diff --git a/[refs] b/[refs] index 98338abbadfa..a61e2460d38d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 68aae11674b9d6598b660d1148ffba9eef3f895f +refs/heads/master: 475fa49c125d914451805a9fb3cd1baa53591538 diff --git a/trunk/net/mac80211/tx.c b/trunk/net/mac80211/tx.c index acfc3054d467..ca262a99e56f 100644 --- a/trunk/net/mac80211/tx.c +++ b/trunk/net/mac80211/tx.c @@ -1901,6 +1901,7 @@ ieee80211_get_buffered_bc(struct ieee80211_hw *hw, int if_id, } sta = tx.sta; tx.flags |= IEEE80211_TXRXD_TXPS_BUFFERED; + tx.u.tx.mode = local->hw.conf.mode; for (handler = local->tx_handlers; *handler != NULL; handler++) { res = (*handler)(&tx);