diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2019-01-01 16:03:01 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-24 15:53:02 +0100 |
commit | 13251aa92b8bad176254bc24af1ad5747a792697 (patch) | |
tree | d986b6cde7a22ca754a429e95e7c86865b33529a | |
parent | 1aa00f9d139045db80d2238075f184a3418a07e4 (diff) | |
download | upstream-13251aa92b8bad176254bc24af1ad5747a792697.tar.gz upstream-13251aa92b8bad176254bc24af1ad5747a792697.tar.bz2 upstream-13251aa92b8bad176254bc24af1ad5747a792697.zip |
mac80211: ath10k: remove "ath10k: fix otp failure result" patch
Initially this patch was introduced as a quick fix following
the removal of 936-ath10k_skip_otp_check.patch which caused
multiple ath10k pcie devices in various ipq806x and ar71xx/ath79
targets to malfunction.
Thankfully, the affected devices have been updated to utilize
the pre-caldata method. And finally with the switch to ath10k-ct,
which never had the patch or any reports of similar issues, I
think it's time to remove this patch since it is no longer needed.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
-rw-r--r-- | package/kernel/mac80211/patches/ath/936-ath10k-fix-otp-failure-result.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/kernel/mac80211/patches/ath/936-ath10k-fix-otp-failure-result.patch b/package/kernel/mac80211/patches/ath/936-ath10k-fix-otp-failure-result.patch deleted file mode 100644 index e1990b8018..0000000000 --- a/package/kernel/mac80211/patches/ath/936-ath10k-fix-otp-failure-result.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/net/wireless/ath/ath10k/core.c -+++ b/drivers/net/wireless/ath/ath10k/core.c -@@ -943,7 +943,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); |