Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b745c7b authored by Sujith Manoharan's avatar Sujith Manoharan Committed by John W. Linville
Browse files

ath9k: Fix code mistake



The commit "ath9k: Process GTT interrupts" accidentally
had a line that was commented out.

Signed-off-by: default avatarSujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 64e5acb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {