commit | faf046e7231bf008715bbffe5cca2ed3aa31be1b | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Wed Jan 29 07:56:17 2014 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Feb 04 21:58:09 2014 +0100 |
tree | d48e8c2c753cef78202dd41656fbc1e7b679d2da | |
parent | 348baf0eac3391c62d441ec29b4c5da62ed91e74 [diff] |
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>