From: Helmut Schaa Date: Sat, 2 Oct 2010 09:31:33 +0000 (+0200) Subject: rt2x00: Don't enable broad- and multicast buffering on USB devices X-Git-Tag: v2.6.37-rc1~147^2~191^2^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a5b6ed6ce46be128f2a5a9e56f47193c3ac3e32;p=pandora-kernel.git rt2x00: Don't enable broad- and multicast buffering on USB devices Since rt2x00 USB devices have no chance to know when a beacon was sent out in AP mode currently all broad- and multicast traffic is buffered in mac80211 but never sent out at all. Unfortunately we have no chance in sending the traffic out after a DTIM beacon due to hw limitations. Hence, instead of never sending the buffered traffic out better send it out immediately. Signed-off-by: Helmut Schaa Reported-by: Lauri Hintsala Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed