diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/mlme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 42b2c3fc470c..6d49d6c4ffc1 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -3267,6 +3267,7 @@ static int ieee80211_prep_channel(struct ieee80211_sub_if_data *sdata, | |||
3267 | sdata->needed_rx_chains = min(chains, local->rx_chains); | 3267 | sdata->needed_rx_chains = min(chains, local->rx_chains); |
3268 | } else { | 3268 | } else { |
3269 | sdata->needed_rx_chains = 1; | 3269 | sdata->needed_rx_chains = 1; |
3270 | sdata->u.mgd.flags |= IEEE80211_STA_DISABLE_HT; | ||
3270 | } | 3271 | } |
3271 | 3272 | ||
3272 | /* will change later if needed */ | 3273 | /* will change later if needed */ |