mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIM
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 29 Oct 2009 11:19:21 +0000 (12:19 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Oct 2009 20:50:39 +0000 (16:50 -0400)
commit62b517cb3e974624a2958ad0b603ebb59cd96e16
tree8d1692b46c96570502c109ce56c53d005aab3020
parentc27f2fded51948edf40007f4f31350e9e0c6ba23
mac80211: unconditionally set IEEE80211_TX_CTL_SEND_AFTER_DTIM

When mac80211 is asked to buffer multicast frames
in AP mode, it will not set the flag indicating
that the frames should be sent after the DTIM
beacon for those frames buffered in software. Fix
this little inconsistency by always setting that
flag in the buffering code path.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/tx.c