From: Kalle Valo Date: Tue, 28 Apr 2015 17:19:30 +0000 (+0300) Subject: ath10k: add ATH10K_FW_FEATURE_IGNORE_OTP_RESULT X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~139^2~44^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d915354675a3baae834c9aae845bbb7a0fcd453d;p=pandora-kernel.git ath10k: add ATH10K_FW_FEATURE_IGNORE_OTP_RESULT qca6174 otp binary seems to always return an error to the host, even if the calibration succeeded. Add a firmware feature flag to detect if the firmware image which have this problem and workaround the issue in ath10k by ignoring the error code. I was also considering making this hw specific flag but as this is strictly a firmware issue it's best to handle this via a firmware feature flag so that it will be easy to disable the workaround. Signed-off-by: Kalle Valo --- Reading git-diff-tree failed