summaryrefslogtreecommitdiffstats
path: root/drivers/bcma
diff options
context:
space:
mode:
authorJakub Kicinski <kubakici@wp.pl>2015-07-31 15:04:48 +0200
committerKalle Valo <kvalo@codeaurora.org>2015-08-10 22:19:34 +0300
commit4513493d188d5e3052aee68eda85eaaa1a4e41c2 (patch)
treebc9e79e33f8576939cabdfa1eee142901141ffe1 /drivers/bcma
parentd9517c0a5d7468a7ea63086057604fcb0fff480e (diff)
downloadop-kernel-dev-4513493d188d5e3052aee68eda85eaaa1a4e41c2.zip
op-kernel-dev-4513493d188d5e3052aee68eda85eaaa1a4e41c2.tar.gz
mt7601u: fix tx status reporting contexts
mac80211 requires that rx path does not run concurrently with tx status reporting. Since rx path is run in driver tasklet, tx status cannot be reported directly from interrupt context (there would be no way to lock it out). Add tasklet for tx and move all possible code from irq handler there. Note: tx tasklet is needed because workqueue is queued very rarely and that kills TCP performance. Signed-off-by: Jakub Kicinski <kubakici@wp.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/bcma')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud