diff options
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index 73a36551a5ed..5924f72dd493 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c | |||
@@ -524,7 +524,7 @@ void ath9k_tasklet(unsigned long data) | |||
524 | * successfully after a GTT interrupt, the GTT counter | 524 | * successfully after a GTT interrupt, the GTT counter |
525 | * gets reset to zero here. | 525 | * gets reset to zero here. |
526 | */ | 526 | */ |
527 | /* sc->gtt_cnt = 0; */ | 527 | sc->gtt_cnt = 0; |
528 | 528 | ||
529 | ath_tx_edma_tasklet(sc); | 529 | ath_tx_edma_tasklet(sc); |
530 | } else { | 530 | } else { |