commit | 5d9cf4a5d7d46e412bc43b20c79743d81a0328cb | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Oct 07 14:01:23 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Oct 11 16:41:17 2011 -0400 |
tree | 5481f798c9407c16ee7958b24559f23d8808a888 | |
parent | d9cd48f95c5ba9e5f1d5287ed74630607471031c [diff] |
mac80211: optimise monitor xmit Since the only way the interface can be a monitor interface in ieee80211_xmit() is because the frame came from ieee80211_monitor_start_xmit() we can move all the code there. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>