mac80211: move ieee80211_get_bssid into RX file
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 Jun 2015 13:17:15 +0000 (15:17 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 17 Jul 2015 13:37:57 +0000 (15:37 +0200)
commita682849329ad5df5fd13a7b1ab08cbc39df5484b
treef26486e8109a4501ee99417279093a04b4a9f0ea
parent9ad8b21b742503030d543cd272de6a4eb3e3cc27
mac80211: move ieee80211_get_bssid into RX file

This function is only used in the RX code, so moving it into
that file gives the compiler better optimisation possibilities
and also allows us to remove the check for short frames (which
in the RX path cannot happen, but as a generic utility needed
to be checked.)

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/rx.c
net/mac80211/util.c