From: Christian Lamparter Date: Tue, 21 Sep 2010 19:36:18 +0000 (+0200) Subject: mac80211: clear txflags for ps-filtered frames X-Git-Tag: v2.6.37-rc1~147^2~265^2^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb7d3066cf864342e8ae6a5c1126a1602c4d06c0;p=pandora-kernel.git mac80211: clear txflags for ps-filtered frames 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. Cc: Acked-by: Johannes Berg Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed