aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r--net/mac80211/rx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 1617e0bd4ca6..30f1ba6de8f3 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -2459,7 +2459,8 @@ ieee80211_rx_h_action(struct ieee80211_rx_data *rx)
2459 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode; 2459 opmode = mgmt->u.action.u.vht_opmode_notif.operating_mode;
2460 2460
2461 ieee80211_vht_handle_opmode(rx->sdata, rx->sta, 2461 ieee80211_vht_handle_opmode(rx->sdata, rx->sta,
2462 opmode, status->band); 2462 opmode, status->band,
2463 false);
2463 goto handled; 2464 goto handled;
2464 } 2465 }
2465 default: 2466 default: