]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/b43/b43.h
b43: include full 64-bit timestamp in monitor mode
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / b43 / b43.h
index 7b6fc1ab2b904fc607273d8d67946d159107d871..97ea96320c7e4ac48a86ef12fb982c5e5ec50ae6 100644 (file)
@@ -544,6 +544,10 @@ struct b43_phy {
        u16 lofcal;
 
        u16 initval;            //FIXME rename?
+
+       /* OFDM address read/write caching for hardware auto-increment. */
+       u16 ofdm_addr;
+       u8 ofdm_valid; /* 0: invalid, 1: read, 2: write */
 };
 
 /* Data structures for DMA transmission, per 80211 core. */
@@ -634,6 +638,8 @@ struct b43_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. */