commit | 3abead59fcdeb56df8b83288a2f5edbe6423b0bb | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Mar 02 15:56:59 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Mar 05 15:53:46 2012 -0500 |
tree | dd9ee248d46e9a7fe6e583507bebc93015b8e4d6 | |
parent | 293702a3fb75832613e2af097bdc3ac8ef775b33 [diff] |
mac80211: combine QoS with other BSS changes When associating and particularly when disassociating there's no need to notify the driver about changes with multiple calls to bss_info_changed, we should combine the QoS enabling/disabling into the same call as otherwise the driver could get confused about QoS suddenly getting disabled while connected. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>