diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/rc.h')
-rw-r--r-- | drivers/net/wireless/ath9k/rc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/rc.h b/drivers/net/wireless/ath9k/rc.h index ec72dd29da00..bdfd2052077c 100644 --- a/drivers/net/wireless/ath9k/rc.h +++ b/drivers/net/wireless/ath9k/rc.h | |||
@@ -157,7 +157,6 @@ struct ath_rateset { | |||
157 | * @probe_interval: interval for ratectrl to probe for other rates | 157 | * @probe_interval: interval for ratectrl to probe for other rates |
158 | * @prev_data_rix: rate idx of last data frame | 158 | * @prev_data_rix: rate idx of last data frame |
159 | * @ht_cap: HT capabilities | 159 | * @ht_cap: HT capabilities |
160 | * @single_stream: When TRUE, only single TX stream possible | ||
161 | * @neg_rates: Negotatied rates | 160 | * @neg_rates: Negotatied rates |
162 | * @neg_ht_rates: Negotiated HT rates | 161 | * @neg_ht_rates: Negotiated HT rates |
163 | */ | 162 | */ |
@@ -175,7 +174,6 @@ struct ath_rate_priv { | |||
175 | u8 max_valid_rate; | 174 | u8 max_valid_rate; |
176 | u8 valid_rate_index[RATE_TABLE_SIZE]; | 175 | u8 valid_rate_index[RATE_TABLE_SIZE]; |
177 | u8 ht_cap; | 176 | u8 ht_cap; |
178 | u8 single_stream; | ||
179 | u8 valid_phy_ratecnt[WLAN_RC_PHY_MAX]; | 177 | u8 valid_phy_ratecnt[WLAN_RC_PHY_MAX]; |
180 | u8 valid_phy_rateidx[WLAN_RC_PHY_MAX][RATE_TABLE_SIZE]; | 178 | u8 valid_phy_rateidx[WLAN_RC_PHY_MAX][RATE_TABLE_SIZE]; |
181 | u8 rc_phy_mode; | 179 | u8 rc_phy_mode; |