mac80211: split RX_DROP
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 31 Jan 2008 18:48:21 +0000 (19:48 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:02 +0000 (15:37 -0500)
commite4c26add8893e40e6e809b8c1ebc81e37762af2b
treefb11a53da8c2cc6af47ca5436ce41cf7068b3949
parent9ae54c8463691b64ca6e6d8680787a6527810984
mac80211: split RX_DROP

Some instances of RX_DROP mean that the frame was useless,
others mean that the frame should be visible in userspace
on "cooked" monitor interfaces. This patch splits up RX_DROP
and changes each instance appropriately.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/ieee80211_sta.c
net/mac80211/rx.c
net/mac80211/wep.c
net/mac80211/wpa.c