Searched refs:IS_CCK_RATE (Results 1 - 9 of 9) sorted by relevance

/linux-master/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))
1238 !IS_CCK_RATE((s8)rate))
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c132 if (IS_CCK_RATE(rs->rs_rate)) {
H A Dath9k.h151 #define IS_CCK_RATE(rate) ((rate >= 0x18) && (rate <= 0x1e)) macro
H A Drecv.c1049 phy = IS_CCK_RATE(rs->rs_rate) ? WLAN_RC_PHY_CCK : WLAN_RC_PHY_OFDM;
H A Dxmit.c1370 is_cck = IS_CCK_RATE(info->rates[i].Rate);
2201 IS_CCK_RATE(rate))
/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c467 if (IS_CCK_RATE(Rate))
473 if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate))
H A DHalPhyRf_8723B.c327 if (IS_CCK_RATE(rate)) {
/linux-master/drivers/staging/rtl8723bs/include/
H A Dieee80211.h398 #define IS_CCK_RATE(_rate) (MGN_1M == _rate || _rate == MGN_2M || _rate == MGN_5_5M || _rate == MGN_11M) macro

Completed in 154 milliseconds