]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: call bss_info_change only once upon disassociation
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 2 Jul 2008 22:27:13 +0000 (01:27 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 8 Jul 2008 18:16:01 +0000 (14:16 -0400)
commitc435ddbf6608b1272114ad09c44205127120712c
treeb95c2c4ac3cf2052d9bcb67eeac51cfe6fee2a9b
parente5d4d298454c8209c199a339a7186d23251feac9
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>
net/mac80211/ieee80211_i.h
net/mac80211/main.c
net/mac80211/mlme.c