Searched refs:STR_EQUAL_2G (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | hal_com_phycfg.c | 2827 #define STR_EQUAL_2G(_band, _path, _sign, _rate) \ in initDeltaSwingIndexTables() macro 2849 if (STR_EQUAL_2G("2G", "A", "+", "CCK")) { in initDeltaSwingIndexTables() 2851 } else if (STR_EQUAL_2G("2G", "A", "-", "CCK")) { in initDeltaSwingIndexTables() 2853 } else if (STR_EQUAL_2G("2G", "B", "+", "CCK")) { in initDeltaSwingIndexTables() 2855 } else if (STR_EQUAL_2G("2G", "B", "-", "CCK")) { in initDeltaSwingIndexTables() 2857 } else if (STR_EQUAL_2G("2G", "A", "+", "ALL")) { in initDeltaSwingIndexTables() 2859 } else if (STR_EQUAL_2G("2G", "A", "-", "ALL")) { in initDeltaSwingIndexTables() 2861 } else if (STR_EQUAL_2G("2G", "B", "+", "ALL")) { in initDeltaSwingIndexTables() 2863 } else if (STR_EQUAL_2G("2G", "B", "-", "ALL")) { in initDeltaSwingIndexTables()
|