]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitfc32f9243dc93e75f81457e95d9cb90ee6136d94
treeb95c2c4ac3cf2052d9bcb67eeac51cfe6fee2a9b
parent8e8862b79d2ce9177bfddd85b8328a86a25c69b2
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