ath10k: don't use interrupts for BMI
authorMichal Kazior <michal.kazior@tieto.com>
Mon, 25 Nov 2013 13:06:22 +0000 (14:06 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 27 Nov 2013 14:45:32 +0000 (16:45 +0200)
commit85622cde05c18371c79a7f2a6a122271170f3ff1
tree3e25566ff628c13449fe7c9a46a0405f94c73a86
parentfc15ca13a6c95e0d6af682af118c3c8e679a8152
ath10k: don't use interrupts for BMI

It's not really necessary for interrupts to be
used for BMI. BMI already assumes there's only one
caller at a time and it works directly with CE.

Make BMI poll for CE completions instead of
waiting for interrupts. This makes disabling
interrupts during early boot possible.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/pci.c
This page took 0.025449 seconds and 5 git commands to generate.