Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Drc.c394 if (WLAN_RC_PHY_HT(rate_table->info[idx].phy) && in ath_rc_get_rateindex()
451 if (WLAN_RC_PHY_HT(phy) && !(capflag & WLAN_RC_HT_FLAG)) in ath_rc_valid_phyrate()
459 if (!ignore_cw && WLAN_RC_PHY_HT(phy)) in ath_rc_valid_phyrate()
509 if (rate != dot11rate || WLAN_RC_PHY_HT(phy)) in ath_rc_check_legacy()
524 if (rate != dot11rate || !WLAN_RC_PHY_HT(phy)) in ath_rc_check_ht()
687 if (WLAN_RC_PHY_HT(rate_table->info[rix].phy)) { in ath_rc_rate_set_series()
1382 if (WLAN_RC_PHY_HT(rc->rate_table->info[i].phy)) { in read_file_rcstat()
Drc.h112 #define WLAN_RC_PHY_HT(_phy) (_phy >= WLAN_RC_PHY_HT_20_SS) macro