commit | a682849329ad5df5fd13a7b1ab08cbc39df5484b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 16 15:17:15 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jul 17 15:37:57 2015 +0200 |
tree | f26486e8109a4501ee99417279093a04b4a9f0ea | |
parent | 9ad8b21b742503030d543cd272de6a4eb3e3cc27 [diff] |
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>