Home
last modified time | relevance | path

Searched refs:WLAN_RC_PHY_HT (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Drc.c443 if (WLAN_RC_PHY_HT(phy) && !(capflag & WLAN_RC_HT_FLAG)) in ath_rc_valid_phyrate()
451 if (!ignore_cw && WLAN_RC_PHY_HT(phy)) in ath_rc_valid_phyrate()
523 !WLAN_RC_PHY_HT(phy)) { in ath_rc_setvalid_rates()
560 if ((rate != dot11rate) || !WLAN_RC_PHY_HT(phy) || in ath_rc_setvalid_htrates()
690 if (WLAN_RC_PHY_HT(rate_table->info[rix].phy)) { in ath_rc_rate_set_series()
727 WLAN_RC_PHY_HT(rate_table->info[rix].phy))) { in ath_rc_rate_set_rtscts()
1510 if (WLAN_RC_PHY_HT(rc->rate_table->info[i].phy)) { in read_file_rcstat()
Drc.h114 #define WLAN_RC_PHY_HT(_phy) (_phy >= WLAN_RC_PHY_HT_20_SS) macro