commit | ad2d223aa900179031feb40273881e212941573d | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Dec 14 14:34:25 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 03 13:01:37 2013 +0100 |
tree | 2d9a697ae91adb3460aabf32901e7108bdc8523f | |
parent | b8dc1a35c88dddcf62ce7bc59a7ed4c38c2f7597 [diff] |
mac80211: assign bss_conf.bssid only once Instead of checking every time bss_info_changed is called, assign the pointer once depending on the interface type and then leave it untouched until the interface type is changed. This makes the ieee80211_bss_info_change_notify() now a simple wrapper to call the driver only. Signed-off-by: Johannes Berg <johannes.berg@intel.com>