]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc42a8f242179d3e469a4158d67c16321d67459e8
treefb11a53da8c2cc6af47ca5436ce41cf7068b3949
parent80b8ba2087c46ae1a9f1829f35eefc30a084f2b3
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