iwlwifi: mvm: pass station to mac80211 RX where known
authorJohannes Berg <johannes.berg@intel.com>
Thu, 10 Mar 2016 10:55:44 +0000 (11:55 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 10 May 2016 19:14:50 +0000 (22:14 +0300)
commit43ec72b75a8851b48e561c29f49586cc747bdad8
tree7e576ec0825bd952b108aa127458bf758290ff49
parent4896d7642fd34251ba7119bcb8304d9a73e51bf8
iwlwifi: mvm: pass station to mac80211 RX where known

When we've already looked up the transmitter station, we can just
pass it to mac80211 using the new ieee80211_rx_napi(). This saves
the overhead of looking it up in mac80211 again.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rx.c
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c