aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/ath/ath9k/xmit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c
index 4ff155e8ee59..c039d0ac5ffe 100644
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
@@ -2037,7 +2037,7 @@ static void ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq)
2037 } 2037 }
2038} 2038}
2039 2039
2040void ath_tx_complete_poll_work(struct work_struct *work) 2040static void ath_tx_complete_poll_work(struct work_struct *work)
2041{ 2041{
2042 struct ath_softc *sc = container_of(work, struct ath_softc, 2042 struct ath_softc *sc = container_of(work, struct ath_softc,
2043 tx_complete_work.work); 2043 tx_complete_work.work);