diff options
-rw-r--r-- | net/mac80211/rx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c index 58e4b7052d17..f3719e669893 100644 --- a/net/mac80211/rx.c +++ b/net/mac80211/rx.c | |||
@@ -1238,6 +1238,7 @@ ieee80211_rx_h_sta_process(struct ieee80211_rx_data *rx) | |||
1238 | if (ieee80211_is_data(hdr->frame_control)) { | 1238 | if (ieee80211_is_data(hdr->frame_control)) { |
1239 | sta->last_rx_rate_idx = status->rate_idx; | 1239 | sta->last_rx_rate_idx = status->rate_idx; |
1240 | sta->last_rx_rate_flag = status->flag; | 1240 | sta->last_rx_rate_flag = status->flag; |
1241 | sta->last_rx_rate_vht_flag = status->vht_flag; | ||
1241 | sta->last_rx_rate_vht_nss = status->vht_nss; | 1242 | sta->last_rx_rate_vht_nss = status->vht_nss; |
1242 | } | 1243 | } |
1243 | } | 1244 | } |