rt2x00: Check IEEE80211_TXCTL_SEND_AFTER_DTIM flag
authorIvo van Doorn <ivdoorn@gmail.com>
Sun, 9 Mar 2008 21:45:47 +0000 (22:45 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 13 Mar 2008 20:02:36 +0000 (16:02 -0400)
commite4030a2f40a9575bccc71c3e156ca78c7d6fded6
tree940ef924602957259fc7e00bfc9d51624e569c3d
parenta4fe07d913096f4573512c9369f8ca824fbc2d8f
rt2x00: Check IEEE80211_TXCTL_SEND_AFTER_DTIM flag

When mac sets the IEEE80211_TXCTL_SEND_AFTER_DTIM flag, we should
check if the ATIM queue is available in the driver and put the
frame in that queue for proper behavior (send frame after beacon interval).
Unfortunately not all drivers have this ATIM queue, and will lack
this feature for now.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00mac.c