]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2f8c8da915ed06c20dd6d76757271c6daf61b7e
treef26486e8109a4501ee99417279093a04b4a9f0ea
parentab8a7a9804c633a0bb7b51c2bd50e7cc6fb0db2d
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