commit | 73b9f03a813d66484105c4ed648a1aa66fa267aa | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Oct 07 14:01:26 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 11 16:41:19 2011 -0400 |
tree | 37a60a9c61f4537c898a5d863e93f1b445864d7d | |
parent | a26eb27ab430147a82e4a9f2f1ebfadf03d99550 [diff] |
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>