diff options
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 9c9496d01120..c3869ba42343 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -1252,8 +1252,7 @@ static int sta_apply_parameters(struct ieee80211_local *local, | |||
1252 | 1252 | ||
1253 | if (params->ht_capa) | 1253 | if (params->ht_capa) |
1254 | ieee80211_ht_cap_ie_to_sta_ht_cap(sdata, sband, | 1254 | ieee80211_ht_cap_ie_to_sta_ht_cap(sdata, sband, |
1255 | params->ht_capa, | 1255 | params->ht_capa, sta); |
1256 | &sta->sta.ht_cap); | ||
1257 | 1256 | ||
1258 | if (params->vht_capa) | 1257 | if (params->vht_capa) |
1259 | ieee80211_vht_cap_ie_to_sta_vht_cap(sdata, sband, | 1258 | ieee80211_vht_cap_ie_to_sta_vht_cap(sdata, sband, |