hostap: don't skip any headers in hostap_80211_header_parse()
commitb53a5dabc5e0a0a1882a16446fb3d22d6a16114d
authorPavel Roskin <proski@gnu.org>
Fri, 27 Jun 2008 20:20:04 +0000 (27 16:20 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 30 Jun 2008 21:37:35 +0000 (30 17:37 -0400)
treeefa7185d18ed60d742e4a39703977212546534f4
parent245727c1805d68e58810b58b24d967c5dd22a8fa
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