mac80211: remove sent_ps_buffered
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 30 Oct 2009 11:56:02 +0000 (12:56 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 30 Oct 2009 20:50:40 +0000 (16:50 -0400)
commitff9458d3ec179831ebe6966a8aa014ccb3907dc6
tree99bbb4ddd16878dd2948e68b297918dade83a511
parent22403def134e2c1017cb04ae9129a38e841b2d8c
mac80211: remove sent_ps_buffered

This variable is set once, and tested once.
However, the code path that can set it is
mutually exclusive with the code path that
tests it, so the test is always true. Thus
we also don't need to set it either and can
just remove the variable.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_i.h
net/mac80211/rx.c