]> 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)
commit9aefad35827c21edbdff454c2b3b82366a4d6f67
tree37a60a9c61f4537c898a5d863e93f1b445864d7d
parentfe2ccf2dfbf39d2dc5ee9b17288c833bb10e15a0
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