]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k_htc: Move endpoint header parsing to TX tasklet
authorSujith Manoharan <Sujith.Manoharan@atheros.com>
Wed, 13 Apr 2011 05:55:41 +0000 (11:25 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 13 Apr 2011 19:23:51 +0000 (15:23 -0400)
commitdb2eb790ab503a1ed68b0f4c0c76c7b212f8c947
treeab8c0b745939b3a524e10f66308692820c8b3b43
parent9e6aca173a8a7fa782c1f1a7193d8bf725668662
ath9k_htc: Move endpoint header parsing to TX tasklet

There is no need to do endpoint header removal in the ISR.
Also, this is needed when TX slot management is added later on.
Use a helper function to strip the driver header.

Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc.h
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c