diff options
-rw-r--r-- | net/mac80211/tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index acfc3054d467..ca262a99e56f 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -1901,6 +1901,7 @@ ieee80211_get_buffered_bc(struct ieee80211_hw *hw, int if_id, | |||
1901 | } | 1901 | } |
1902 | sta = tx.sta; | 1902 | sta = tx.sta; |
1903 | tx.flags |= IEEE80211_TXRXD_TXPS_BUFFERED; | 1903 | tx.flags |= IEEE80211_TXRXD_TXPS_BUFFERED; |
1904 | tx.u.tx.mode = local->hw.conf.mode; | ||
1904 | 1905 | ||
1905 | for (handler = local->tx_handlers; *handler != NULL; handler++) { | 1906 | for (handler = local->tx_handlers; *handler != NULL; handler++) { |
1906 | res = (*handler)(&tx); | 1907 | res = (*handler)(&tx); |