diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-04-16 12:56:48 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-04-17 18:17:04 (GMT) |
commit | 973ef21a676e55a8e1a100a6e109f0c116ea75e8 (patch) | |
tree | f1cde80fd13225f7fbc18562408459eb8e32fd3c /block | |
parent | 32998cc96a76cc3f42f66b55fec301377e439c66 (diff) | |
download | linux-973ef21a676e55a8e1a100a6e109f0c116ea75e8.tar.xz |
mac80211: fix truncated packets in cooked monitor rx
Cooked monitor rx was recently changed to use ieee80211_add_rx_radiotap_header
instead of generating only limited radiotap information.
ieee80211_add_rx_radiotap_header assumes that FCS info is still present if
the hardware supports receiving it, however when cooked monitor rx packets
are processed, FCS info has already been stripped.
Fix this by adding an extra flag indicating FCS presence.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions