mac80211: ath10k: allow failure getting board id via otp
[openwrt/staging/lynxis/omap.git] / package / kernel / mac80211 / patches / 936-ath10k-fix-otp-failure-result.patch
diff --git a/package/kernel/mac80211/patches/936-ath10k-fix-otp-failure-result.patch b/package/kernel/mac80211/patches/936-ath10k-fix-otp-failure-result.patch
new file mode 100644 (file)
index 0000000..e28fa8f
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/ath/ath10k/core.c
++++ b/drivers/net/wireless/ath/ath10k/core.c
+@@ -686,7 +686,7 @@
+       if (ret) {
+               ath10k_err(ar, "could not execute otp for board id check: %d\n",
+                          ret);
+-              return ret;
++              return -EOPNOTSUPP;
+       }
+       board_id = MS(result, ATH10K_BMI_BOARD_ID_FROM_OTP);