mac80211: use common radiotap code for cooked monitors
authorJohannes Berg <johannes.berg@intel.com>
Fri, 2 Mar 2012 12:18:19 +0000 (13:18 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 5 Mar 2012 20:38:35 +0000 (15:38 -0500)
commit293702a3fb75832613e2af097bdc3ac8ef775b33
treea1047943e21cbbe3634e07fcaab236390b2fd03d
parent1b658f118b11de3c4052ed8cbdd5803cd1fa5670
mac80211: use common radiotap code for cooked monitors

There's no need to hardcode a subset of the
radiotap header for cooked monitor receive,
we can just reuse the normal monitor mode
radiotap code. This simplifies the code and
extends the information available on cooked
monitor interfaces.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c