Searched refs:STR_EQUAL_2G (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 2843 #define STR_EQUAL_2G(_band, _path, _sign, _rate) \ in initDeltaSwingIndexTables() macro 2865 if (STR_EQUAL_2G("2G", "A", "+", "CCK")) { in initDeltaSwingIndexTables() 2867 } else if (STR_EQUAL_2G("2G", "A", "-", "CCK")) { in initDeltaSwingIndexTables() 2869 } else if (STR_EQUAL_2G("2G", "B", "+", "CCK")) { in initDeltaSwingIndexTables() 2871 } else if (STR_EQUAL_2G("2G", "B", "-", "CCK")) { in initDeltaSwingIndexTables() 2873 } else if (STR_EQUAL_2G("2G", "A", "+", "ALL")) { in initDeltaSwingIndexTables() 2875 } else if (STR_EQUAL_2G("2G", "A", "-", "ALL")) { in initDeltaSwingIndexTables() 2877 } else if (STR_EQUAL_2G("2G", "B", "+", "ALL")) { in initDeltaSwingIndexTables() 2879 } else if (STR_EQUAL_2G("2G", "B", "-", "ALL")) { in initDeltaSwingIndexTables()
|