commit | 62b517cb3e974624a2958ad0b603ebb59cd96e16 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Oct 29 12:19:21 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 30 16:50:39 2009 -0400 |
tree | 8d1692b46c96570502c109ce56c53d005aab3020 | |
parent | c27f2fded51948edf40007f4f31350e9e0c6ba23 [diff] |
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>