From: Helmut Schaa Date: Fri, 1 Apr 2011 13:46:05 +0000 (+0200) Subject: mac80211: Fix duplicate frames on cooked monitor X-Git-Tag: v2.6.39-rc3~6^2~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcf8bd3ba5362682f945a3f838070ac5e10ff871;p=pandora-kernel.git mac80211: Fix duplicate frames on cooked monitor Cleaning the ieee80211_rx_data.flags field here is wrong, instead the flags should be valid accross processing the frame on different interfaces. Fix this by removing the incorrect flags=0 assignment. Introduced in commit 554891e63a29af35cc6bb403ef34e319518114d0 (mac80211: move packet flags into packet). Signed-off-by: Helmut Schaa Signed-off-by: John W. Linville --- Reading git-diff-tree failed