]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit7d25745d05e7a0f0fb0d5e29bef40cb6326efc96
tree2ceeabda37b314a95a02adce8a92d7ffa762a560
parent56af8f9af99223610f0582594bd4ac0a0320eb71
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>
net/mac80211/cfg.c
net/mac80211/mlme.c