From b375d9f554b93085aeebab1d4b450bc287174859 Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Sun, 2 Sep 2007 22:58:21 +0300 Subject: [PATCH] --- yaml --- r: 66425 b: refs/heads/master c: 475fa49c125d914451805a9fb3cd1baa53591538 h: refs/heads/master i: 66423: b087588907d27ba7d55060448f91297f714ce3f6 v: v3 --- [refs] | 2 +- trunk/net/mac80211/tx.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);