diff options
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 03f93f958fa4..dbd4bd92c018 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -210,7 +210,7 @@ static u32 ieee80211_config_ht_tx(struct ieee80211_sub_if_data *sdata, | |||
210 | disable_40 = true; | 210 | disable_40 = true; |
211 | 211 | ||
212 | if (sta && (!reconfig || | 212 | if (sta && (!reconfig || |
213 | (disable_40 != !!(sta->sta.ht_cap.cap & | 213 | (disable_40 != !(sta->sta.ht_cap.cap & |
214 | IEEE80211_HT_CAP_SUP_WIDTH_20_40)))) { | 214 | IEEE80211_HT_CAP_SUP_WIDTH_20_40)))) { |
215 | 215 | ||
216 | if (disable_40) | 216 | if (disable_40) |