commit | 7d25745d05e7a0f0fb0d5e29bef40cb6326efc96 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jul 06 17:37:43 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Jul 09 14:49:00 2012 +0200 |
tree | 2ceeabda37b314a95a02adce8a92d7ffa762a560 | |
parent | 56af8f9af99223610f0582594bd4ac0a0320eb71 [diff] |
mac80211: update BSS info on AC parameters change When the AC parameters change, drivers might rely on getting a bss_info_changed notification with BSS_CHANGED_QOS in addition to the conf_tx call. Always call the function when userspace updates are made (in AP/GO modes) and also set the change flag when updates were made by the AP (in managed mode.) Signed-off-by: Johannes Berg <johannes.berg@intel.com>