]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5c4f8466207e733454dde96a0868f087b5d3dbb8
tree8d1692b46c96570502c109ce56c53d005aab3020
parent39462c7669e09bc42f319f2bb72204ef9cab1913
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