commit | d6a83228823fc0cc8d79d95c9f0bf568b7317862 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Dec 14 14:06:28 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 03 13:01:35 2013 +0100 |
tree | 322f306f105337ae9e641eb11e16cc01efd83753 | |
parent | 8a61af65c6d03781015315dbc43d0942a5b31db9 [diff] |
mac80211: track enable_beacon explicitly Instead of calculating in ieee80211_bss_info_change_notify() whether beaconing should be enabled or not, set it in the correct places in the callers. This simplifies the logic in this function at the expense of offchannel, but is also more robust. Signed-off-by: Johannes Berg <johannes.berg@intel.com>