]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/ath/ath9k/ath9k.h
ath9k: improve BT FTP/PAN performance
[~andy/linux] / drivers / net / wireless / ath / ath9k / ath9k.h
index ee946b8fe00c1982fe9e58687220ca2c09c8cae3..ce10d1a9e493ed347deaeb163e850c88e250be73 100644 (file)
@@ -307,6 +307,7 @@ struct ath_rx {
        u8 defant;
        u8 rxotherant;
        u32 *rxlink;
+       u32 num_pkts;
        unsigned int rxfilter;
        spinlock_t rxbuflock;
        struct list_head rxbuf;
@@ -458,6 +459,7 @@ struct ath_btcoex {
        u32 btcoex_period; /* in usec */
        u32 btscan_no_stomp; /* in usec */
        u32 duty_cycle;
+       u32 bt_wait_time;
        struct ath_gen_timer *no_stomp_timer; /* Timer for no BT stomping */
        struct ath_mci_profile mci;
 };