[PATCH] cfg80211: Radiotap parser
authorAndy Green <andy@warmcat.com>
Tue, 10 Jul 2007 17:29:38 +0000 (19:29 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 12 Jul 2007 20:07:24 +0000 (16:07 -0400)
commit179f831bc33104d14deb54a52b7a8b43433f8ccc
tree8834c628a493fbd4aff1e09dc77b334154c6a050
parent08d1f2155cd5b21bb3848f46d9747afb1ccd249d
[PATCH] cfg80211: Radiotap parser

Generic code to walk through the fields in a radiotap header, accounting
for nasties like extended "field present" bitfields and alignment rules

Signed-off-by: Andy Green <andy@warmcat.com>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Documentation/networking/radiotap-headers.txt
include/net/cfg80211.h
net/wireless/Makefile
net/wireless/radiotap.c [new file with mode: 0644]