Home
last modified time | relevance | path

Searched refs:IS_CCK_RATE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddef.h17 #define IS_CCK_RATE(_rate) \ macro
H A Dphy.c1231 if (IS_CCK_RATE((s8)rate)) in _rtl92ee_get_txpower_index()
1238 !IS_CCK_RATE((s8)rate)) in _rtl92ee_get_txpower_index()
/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c132 if (IS_CCK_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c466 if (IS_CCK_RATE(Rate)) in PHY_GetTxPowerIndexBase()
472 if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate)) in PHY_GetTxPowerIndexBase()
H A DHalPhyRf_8723B.c326 if (IS_CCK_RATE(rate)) { in GetDeltaSwingTable_8723B()
/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h398 #define IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == … macro