diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-11-24 23:11:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-29 02:05:03 +0300 |
commit | 5be3bda8987b12a87863c89b74b136fdb1f072db (patch) | |
tree | 4ef071fa29592e91762e9f5f6299956a69cb8170 /drivers/net/wireless/b43legacy/b43legacy.h | |
parent | 125c5cc2c8c1fab6a6a1d8a07f7073b240e6d325 (diff) | |
download | linux-5be3bda8987b12a87863c89b74b136fdb1f072db.tar.xz |
b43legacy: include full 64-bit timestamp in monitor mode
When monitor mode is enabled, this will make b43legacy read out
the full 64-bit MAC time from the chip for each received packet.
This patch has been ported from b43.
Signed-off-by: Stefano Brivio <stefano.brivio@polimi.it>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43legacy/b43legacy.h')
-rw-r--r-- | drivers/net/wireless/b43legacy/b43legacy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43legacy/b43legacy.h b/drivers/net/wireless/b43legacy/b43legacy.h index fe2af06f5599..d906f6eb2020 100644 --- a/drivers/net/wireless/b43legacy/b43legacy.h +++ b/drivers/net/wireless/b43legacy/b43legacy.h @@ -599,6 +599,8 @@ struct b43legacy_wl { /* List of all wireless devices on this chip */ struct list_head devlist; u8 nr_devs; + + bool radiotap_enabled; }; /* Pointers to the firmware data and meta information about it. */ |