]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: batch CSA bss info notification
authorMichal Kazior <michal.kazior@tieto.com>
Wed, 29 Jan 2014 06:56:17 +0000 (07:56 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:58:09 +0000 (21:58 +0100)
commit54770898b49e61f2b5e62078059fdf482e510e8c
treed48e8c2c753cef78202dd41656fbc1e7b679d2da
parent395b6b21d9eb305ced4d6c2a82eaad27b79ae15f
mac80211: batch CSA bss info notification

Instead of having
ieee80211_bss_info_change_notify() scattered all
over the place just call it once when finalizing
CSA.

As a side effect this patch adds missing error
checking for IBSS CSA beacon update.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Reviewed-by: Luciano Coelho <luciano.coelho@intel.com>
[fix err vs. changed variable usage in ieee80211_csa_finalize()]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
net/mac80211/ibss.c
net/mac80211/mesh.c