]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: enable IEEE80211_CONF_PS only when associated
authorKalle Valo <kalle.valo@nokia.com>
Thu, 18 Dec 2008 21:35:13 +0000 (23:35 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Dec 2008 20:23:57 +0000 (15:23 -0500)
commite0cb686ff879dc9ac045ad7258ec687088d4e450
tree4792dc94d6a36be8367987b88b922157acf59808
parentd10d0e5707fb7b8afa7e68a14d69e752604ee294
mac80211: enable IEEE80211_CONF_PS only when associated

Also disable power save when disassociated. It makes no sense to have
power save enabled while disassociated.

iwlwifi seems to have this check in the driver, but it's better to do this
in mac80211 instead.

Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/mlme.c
net/mac80211/wext.c