commit | fcf8bd3ba5362682f945a3f838070ac5e10ff871 | [log] [tgz] |
---|---|---|
author | Helmut Schaa <helmut.schaa@googlemail.com> | Fri Apr 01 15:46:05 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 04 15:22:11 2011 -0400 |
tree | 8c3c05ff4bb73bf05de06d050e3173b724e005ae | |
parent | 5312c3f60ba49073081b2dc421f9f3c22dd43d99 [diff] |
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 <helmut.schaa@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>