commit | fc32f9243dc93e75f81457e95d9cb90ee6136d94 | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Thu Jul 03 01:27:13 2008 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 08 14:16:01 2008 -0400 |
tree | b95c2c4ac3cf2052d9bcb67eeac51cfe6fee2a9b | |
parent | 8e8862b79d2ce9177bfddd85b8328a86a25c69b2 [diff] |
mac80211: call bss_info_change only once upon disassociation This patch removes call of ieee80211_bss_info_change_notify from within ieee80211_reset_erp_info. This allows gathering all bss info changes into one call to the driver in the disassociation flow. Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>