diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 4169d2b3f71e..24f61fdb1c20 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h | |||
@@ -434,16 +434,6 @@ void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp); | |||
434 | #define ATH_LONG_CALINTERVAL 30000 /* 30 seconds */ | 434 | #define ATH_LONG_CALINTERVAL 30000 /* 30 seconds */ |
435 | #define ATH_RESTART_CALINTERVAL 1200000 /* 20 minutes */ | 435 | #define ATH_RESTART_CALINTERVAL 1200000 /* 20 minutes */ |
436 | 436 | ||
437 | struct ath_ani { | ||
438 | bool caldone; | ||
439 | int16_t noise_floor; | ||
440 | unsigned int longcal_timer; | ||
441 | unsigned int shortcal_timer; | ||
442 | unsigned int resetcal_timer; | ||
443 | unsigned int checkani_timer; | ||
444 | struct timer_list timer; | ||
445 | }; | ||
446 | |||
447 | /* Defines the BT AR_BT_COEX_WGHT used */ | 437 | /* Defines the BT AR_BT_COEX_WGHT used */ |
448 | enum ath_stomp_type { | 438 | enum ath_stomp_type { |
449 | ATH_BTCOEX_NO_STOMP, | 439 | ATH_BTCOEX_NO_STOMP, |
@@ -601,7 +591,6 @@ struct ath_softc { | |||
601 | 591 | ||
602 | int beacon_interval; | 592 | int beacon_interval; |
603 | 593 | ||
604 | struct ath_ani ani; | ||
605 | #ifdef CONFIG_ATH9K_DEBUG | 594 | #ifdef CONFIG_ATH9K_DEBUG |
606 | struct ath9k_debug debug; | 595 | struct ath9k_debug debug; |
607 | #endif | 596 | #endif |