mac80211: parse radiotap header earlier
commit73b9f03a813d66484105c4ed648a1aa66fa267aa
authorJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2011 12:01:26 +0000 (7 14:01 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 11 Oct 2011 20:41:19 +0000 (11 16:41 -0400)
tree37a60a9c61f4537c898a5d863e93f1b445864d7d
parenta26eb27ab430147a82e4a9f2f1ebfadf03d99550
mac80211: parse radiotap header earlier

We can now move the radiotap header parsing into
ieee80211_monitor_start_xmit(). This moves it out of
the hotpath, and also helps the code since now the
radiotap header will no longer be present in
ieee80211_xmit() etc. which is easier to understand.

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