mac80211: add sta_notify_ps callback
authorChristian Lamparter <chunkeey@web.de>
Sat, 29 Nov 2008 23:48:41 +0000 (00:48 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 5 Dec 2008 14:35:43 +0000 (09:35 -0500)
commit4571d3bf87b76eae875283ff9f7243984b5ddcae
tree7c621ac727de783f9446765208470a53aeafb184
parent2a163c6de452c0b321396caceac5d163949b4cf2
mac80211: add sta_notify_ps callback

This patch is necessary in order to provide a proper Access point support for p54.
Unfortunately for us, there is no documented way to disable the interfering
power save buffering mechanism in firmware completely.

Therefore we give in and notify the driver through our new sta_notify_ps callback,
so that we can update the filter state.

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