Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddef.h39 #define IS_CCK_RATE(_rate) \ macro
Dphy.c1268 if (IS_CCK_RATE((s8)rate)) in _rtl92ee_get_txpower_index()
1275 !IS_CCK_RATE((s8)rate)) in _rtl92ee_get_txpower_index()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Ddef.h27 #define IS_CCK_RATE(_rate) (_rate >= DESC_RATE1M && _rate <= DESC_RATE11M) macro
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Ddebug_sta.c132 if (IS_CCK_RATE(rs->rs_rate)) { in ath_debug_rate_stats()
Dath9k.h152 #define IS_CCK_RATE(rate) ((rate >= 0x18) && (rate <= 0x1e)) macro
Drecv.c1051 phy = IS_CCK_RATE(rs->rs_rate) ? WLAN_RC_PHY_CCK : WLAN_RC_PHY_OFDM; in ath_rx_count_airtime()
Dxmit.c1357 is_cck = IS_CCK_RATE(info->rates[i].Rate); in ath_buf_set_rate()
2228 IS_CCK_RATE(rate)) in ath_txchainmask_reduction()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dieee80211.h533 #define IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == … macro
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1062 if (IS_CCK_RATE(Rate)) in PHY_GetTxPowerIndexBase()
1073 if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate)) { in PHY_GetTxPowerIndexBase()
1129 if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate)) { in PHY_GetTxPowerIndexBase()
DHalPhyRf_8723B.c373 if (IS_CCK_RATE(rate)) { in GetDeltaSwingTable_8723B()