mac80211: update BSS info on AC parameters change
authorJohannes Berg <johannes.berg@intel.com>
Fri, 6 Jul 2012 15:37:43 +0000 (17:37 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jul 2012 12:49:00 +0000 (14:49 +0200)
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>

No differences found