commit | 85622cde05c18371c79a7f2a6a122271170f3ff1 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Mon Nov 25 14:06:22 2013 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Nov 27 16:45:32 2013 +0200 |
tree | 3e25566ff628c13449fe7c9a46a0405f94c73a86 | |
parent | fc15ca13a6c95e0d6af682af118c3c8e679a8152 [diff] |
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>