summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorSujith Manoharan2014-01-20 08:55:28 +0100
committerJohn W. Linville2014-01-23 20:02:45 +0100
commit3b745c7ba9a58168f84e439454f4606665257abc (patch)
tree81a1706567112b538ee0dc7e843af0b6a169159d /drivers/net
parentb43: fix the wrong assignment of status.freq in b43_rx() (diff)
downloadkernel-qcow2-linux-3b745c7ba9a58168f84e439454f4606665257abc.tar.gz
kernel-qcow2-linux-3b745c7ba9a58168f84e439454f4606665257abc.tar.xz
kernel-qcow2-linux-3b745c7ba9a58168f84e439454f4606665257abc.zip
ath9k: Fix code mistake
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>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c2
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)
* 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 {