diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index 5dbc617ecf8a..16dff4b89a86 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h | |||
@@ -531,6 +531,7 @@ struct ath9k_htc_priv { | |||
531 | struct ath9k_debug debug; | 531 | struct ath9k_debug debug; |
532 | #endif | 532 | #endif |
533 | struct mutex mutex; | 533 | struct mutex mutex; |
534 | struct ieee80211_vif *csa_vif; | ||
534 | }; | 535 | }; |
535 | 536 | ||
536 | static inline void ath_read_cachesize(struct ath_common *common, int *csz) | 537 | static inline void ath_read_cachesize(struct ath_common *common, int *csz) |
@@ -584,6 +585,7 @@ void ath9k_htc_tx_drain(struct ath9k_htc_priv *priv); | |||
584 | void ath9k_htc_txstatus(struct ath9k_htc_priv *priv, void *wmi_event); | 585 | void ath9k_htc_txstatus(struct ath9k_htc_priv *priv, void *wmi_event); |
585 | void ath9k_tx_failed_tasklet(unsigned long data); | 586 | void ath9k_tx_failed_tasklet(unsigned long data); |
586 | void ath9k_htc_tx_cleanup_timer(unsigned long data); | 587 | void ath9k_htc_tx_cleanup_timer(unsigned long data); |
588 | bool ath9k_htc_csa_is_finished(struct ath9k_htc_priv *priv); | ||
587 | 589 | ||
588 | int ath9k_rx_init(struct ath9k_htc_priv *priv); | 590 | int ath9k_rx_init(struct ath9k_htc_priv *priv); |
589 | void ath9k_rx_cleanup(struct ath9k_htc_priv *priv); | 591 | void ath9k_rx_cleanup(struct ath9k_htc_priv *priv); |