]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: parse radiotap header earlier
authorJohannes Berg <johannes.berg@intel.com>
Fri, 7 Oct 2011 12:01:26 +0000 (14:01 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 11 Oct 2011 20:41:19 +0000 (16:41 -0400)
commit6074c7c323367d0682fdf82d4b5b1f397519a765
tree37a60a9c61f4537c898a5d863e93f1b445864d7d
parentb181c00ea60427fe34734df613511835fd5ddad4
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