diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index 5bc022087e65..da5596766d82 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h | |||
| @@ -521,8 +521,6 @@ void ath9k_htc_beaconep(void *drv_priv, struct sk_buff *skb, | |||
| 521 | 521 | ||
| 522 | int ath9k_htc_update_cap_target(struct ath9k_htc_priv *priv, | 522 | int ath9k_htc_update_cap_target(struct ath9k_htc_priv *priv, |
| 523 | u8 enable_coex); | 523 | u8 enable_coex); |
| 524 | void ath9k_htc_station_work(struct work_struct *work); | ||
| 525 | void ath9k_htc_aggr_work(struct work_struct *work); | ||
| 526 | void ath9k_htc_ani_work(struct work_struct *work); | 524 | void ath9k_htc_ani_work(struct work_struct *work); |
| 527 | void ath9k_htc_start_ani(struct ath9k_htc_priv *priv); | 525 | void ath9k_htc_start_ani(struct ath9k_htc_priv *priv); |
| 528 | void ath9k_htc_stop_ani(struct ath9k_htc_priv *priv); | 526 | void ath9k_htc_stop_ani(struct ath9k_htc_priv *priv); |
| @@ -542,7 +540,6 @@ int ath9k_htc_tx_get_slot(struct ath9k_htc_priv *priv); | |||
| 542 | void ath9k_htc_tx_clear_slot(struct ath9k_htc_priv *priv, int slot); | 540 | void ath9k_htc_tx_clear_slot(struct ath9k_htc_priv *priv, int slot); |
| 543 | void ath9k_htc_tx_drain(struct ath9k_htc_priv *priv); | 541 | void ath9k_htc_tx_drain(struct ath9k_htc_priv *priv); |
| 544 | void ath9k_htc_txstatus(struct ath9k_htc_priv *priv, void *wmi_event); | 542 | void ath9k_htc_txstatus(struct ath9k_htc_priv *priv, void *wmi_event); |
| 545 | void ath9k_htc_tx_failed(struct ath9k_htc_priv *priv); | ||
| 546 | void ath9k_tx_failed_tasklet(unsigned long data); | 543 | void ath9k_tx_failed_tasklet(unsigned long data); |
| 547 | void ath9k_htc_tx_cleanup_timer(unsigned long data); | 544 | void ath9k_htc_tx_cleanup_timer(unsigned long data); |
| 548 | 545 | ||
