Searched refs:WLAN_RC_PHY_HT_20_SS (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/ath/ath9k/ |
D | rc.c | 43 [8] = { RC_HT_SDT_2040, WLAN_RC_PHY_HT_20_SS, 6500, 45 [9] = { RC_HT_SDT_20, WLAN_RC_PHY_HT_20_SS, 13000, 47 [10] = { RC_HT_SDT_20, WLAN_RC_PHY_HT_20_SS, 19500, 49 [11] = { RC_HT_SD_20, WLAN_RC_PHY_HT_20_SS, 26000, 51 [12] = { RC_HT_SD_20, WLAN_RC_PHY_HT_20_SS, 39000, 53 [13] = { RC_HT_S_20, WLAN_RC_PHY_HT_20_SS, 52000, 55 [14] = { RC_HT_S_20, WLAN_RC_PHY_HT_20_SS, 58500, 57 [15] = { RC_HT_S_20, WLAN_RC_PHY_HT_20_SS, 65000, 199 [12] = { RC_INVALID, WLAN_RC_PHY_HT_20_SS, 6500, 201 [13] = { RC_HT_SDT_20, WLAN_RC_PHY_HT_20_SS, 13000, [all …]
|
D | rc.h | 70 WLAN_RC_PHY_HT_20_SS, enumerator 93 #define WLAN_RC_PHY_20(_phy) ((_phy == WLAN_RC_PHY_HT_20_SS) \ 112 #define WLAN_RC_PHY_HT(_phy) (_phy >= WLAN_RC_PHY_HT_20_SS)
|