mac80211: integrate sta_notify_ps cmds into sta_notify
authorChristian Lamparter <chunkeey@web.de>
Tue, 9 Dec 2008 15:28:06 +0000 (16:28 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 12 Dec 2008 19:01:42 +0000 (14:01 -0500)
commit89fad578a61810b7fdf8edd294890f3c0cde4390
tree7f8c3f45f83e3c1934b447a54d9971fcb4364eaa
parentdd397dc9dddfa2149a1bbc9e52ac7d5630737cec
mac80211: integrate sta_notify_ps cmds into sta_notify

This patch replaces the newly introduced sta_notify_ps function,
which can be used to notify the driver about every power state
transition for all associated stations, by integrating its functionality
back into the original sta_notify callback.

Signed-off-by: Christian Lamparter <chunkeey@web.de>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mac80211_hwsim.c
drivers/net/wireless/p54/p54common.c
include/net/mac80211.h
net/mac80211/rx.c