ath9k: Fix code mistake
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Mon, 20 Jan 2014 07:55:28 +0000 (13:25 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 23 Jan 2014 19:02:45 +0000 (14:02 -0500)
The commit "ath9k: Process GTT interrupts" accidentally
had a line that was commented out.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c

index 73a36551a5ed9b485969b60c369ab1e4c6ad0d83..5924f72dd4932c4be474f87f246643c6e49ccabb 100644 (file)
@@ -524,7 +524,7 @@ void ath9k_tasklet(unsigned long data)
                         * successfully after a GTT interrupt, the GTT counter
                         * gets reset to zero here.
                         */
-                       /* sc->gtt_cnt = 0; */
+                       sc->gtt_cnt = 0;
 
                        ath_tx_edma_tasklet(sc);
                } else {