diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2017-06-01 17:13:04 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-17 11:51:41 +0200 |
commit | 025cb640cdf27f7c68fc1d89d0698605daa06c43 (patch) | |
tree | e3925724a89e50d8f74cd76002325e26f3e983de /package/kernel/mac80211/patches/936-ath10k-fix-otp-failure-result.patch | |
parent | d80d1b6c42aa663e6104f817daa5ea29d2e7073d (diff) | |
download | upstream-025cb640cdf27f7c68fc1d89d0698605daa06c43.tar.gz upstream-025cb640cdf27f7c68fc1d89d0698605daa06c43.tar.bz2 upstream-025cb640cdf27f7c68fc1d89d0698605daa06c43.zip |
ath10k: increase bmi timeout to fix OTP on qca99xx boards and add bmi identification through pre-cal file
Backporting upstream patches.
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [refresh, rename patches]
Diffstat (limited to 'package/kernel/mac80211/patches/936-ath10k-fix-otp-failure-result.patch')
-rw-r--r-- | package/kernel/mac80211/patches/936-ath10k-fix-otp-failure-result.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 index e28fa8fa60..d302a7d2a3 100644 --- a/package/kernel/mac80211/patches/936-ath10k-fix-otp-failure-result.patch +++ b/package/kernel/mac80211/patches/936-ath10k-fix-otp-failure-result.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c -@@ -686,7 +686,7 @@ +@@ -691,7 +691,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); |