]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mac80211: fix mesh action frame handling
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 18 Sep 2008 10:24:20 +0000 (12:24 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Sep 2008 20:18:03 +0000 (16:18 -0400)
commit2ff6a6d4e92270283432690adf53a7e5ab186d19
tree4535441a1ebf6f7515c57549db77af241342b245
parent79617deeebb9cf089e2bc2aad19743b1209043f6
mac80211: fix mesh action frame handling

When I split off the action frame handling I made the code drop
all action frames we don't want to handle. This is wrong since
some action frames are actually handled via rx_h_mgmt through
being queued to the sta/mesh implementations.

Thanks to Li YanBo for noticing the problem.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: Li YanBo <dreamfly281@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c