mac80211: allow all interfaces types to handle RX action frames
commit4393dce9402c58744433c7a4f3931e17ddde4fb4
authorAndrey Yurovsky <andrey@cozybit.com>
Thu, 23 Oct 2008 20:10:53 +0000 (23 13:10 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 31 Oct 2008 23:00:56 +0000 (31 19:00 -0400)
treef42a761b216140a2f5ae69e58504268220d6d0ad
parentf3e63db2e5998bf01852c72d8fa3d8cf988fb6cd
mac80211: allow all interfaces types to handle RX action frames

Eliminate the vif.type check in ieee80211_rx_h_action.  This check is
unnecessary (these action frames can be handled by all interface types) and
currently prevents, for example, AP interfaces from handling BACK action frames
such as ADDBA and DELBA requests.

Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c