mac80211: rebase ontop of v4.18-rc7
[openwrt/staging/blogic.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
deleted file mode 100644 (file)
index e1aaefd..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/wireless/ath/ath10k/core.c
-+++ b/drivers/net/wireless/ath/ath10k/core.c
-@@ -783,7 +783,7 @@ static int ath10k_core_get_board_id_from
-       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);