]> git.baikalelectronics.ru Git - kernel.git/commit
hostap: don't skip any headers in hostap_80211_header_parse()
authorPavel Roskin <proski@gnu.org>
Fri, 27 Jun 2008 20:20:04 +0000 (16:20 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 30 Jun 2008 21:37:35 +0000 (17:37 -0400)
commit7ba75758201eb7403be5635af2f83981b3bb87ff
treeefa7185d18ed60d742e4a39703977212546534f4
parentf55c5cb3299c578a7f387126c813450211df0f56
hostap: don't skip any headers in hostap_80211_header_parse()

Don't try to skip any headers in hostap_80211_header_parse().  We never
use that function for interfaces affected by local->monitor_type.  Both
the master and the AP interface receive 802.11 frames without any
additional headers.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_main.c