From: Johannes Berg Date: Fri, 7 Oct 2011 12:01:26 +0000 (+0200) Subject: mac80211: parse radiotap header earlier X-Git-Tag: v3.2-rc1~129^2~83^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b9f03a813d66484105c4ed648a1aa66fa267aa;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed