mac80211: make rx radiotap header more flexible
authorBruno Randolf <br1@einfach.org>
Thu, 8 May 2008 17:22:43 +0000 (19:22 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 May 2008 20:29:49 +0000 (16:29 -0400)
commit601ae7f25aea58f208a7f640f6174aac0652403a
tree6871b84ef6ba683e0557724c7fb9d055d87458c8
parent566bfe5a8bcde13188a356f77666f8115813cf31
mac80211: make rx radiotap header more flexible

use hw flags and rx flags to determine which fields are present in the header
and use all available information from the driver.

make sure radiotap header starts at a naturally aligned address (mod 8) for
all radiotap fields.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c