]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: clear txflags for ps-filtered frames
authorChristian Lamparter <chunkeey@googlemail.com>
Tue, 21 Sep 2010 19:36:18 +0000 (21:36 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Dec 2010 21:32:12 +0000 (13:32 -0800)
commit8b65ed5ecbbbd538516e3689d57c72745cd9b9be
treefb6946033d2714b4a31d7a777bac7f1820bd49c0
parent3dce958105c786ab6968b2bb1ac822d497946a34
mac80211: clear txflags for ps-filtered frames

commit eb7d3066cf864342e8ae6a5c1126a1602c4d06c0 upstream.

This patch fixes stale mac80211_tx_control_flags for
filtered / retried frames.

Because ieee80211_handle_filtered_frame feeds skbs back
into the tx path, they have to be stripped of some tx
flags so they won't confuse the stack, driver or device.

Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/net/mac80211.h
net/mac80211/status.c