aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct/patches/120-mac80211-4-14-api.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-10-12 22:44:06 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2017-10-12 23:40:27 +0200
commitefbd4e721d0bc6aa99614ef9d893f9cfe2264907 (patch)
tree75b7e4858eed4b9136ed0c7c316e0df0448729ca /package/kernel/ath10k-ct/patches/120-mac80211-4-14-api.patch
parent3888e77c1c686d8135be2aaa3a820ac96e4c8111 (diff)
downloadupstream-efbd4e721d0bc6aa99614ef9d893f9cfe2264907.tar.gz
upstream-efbd4e721d0bc6aa99614ef9d893f9cfe2264907.tar.bz2
upstream-efbd4e721d0bc6aa99614ef9d893f9cfe2264907.zip
ath10k-ct: activate user space firmware loading again
This backports a patch from kernel 4.14 to the ath10k-ct version based on kernel 4.13. Some devices are using a user space script to load the calibration data from the flash and this was not trigged any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/ath10k-ct/patches/120-mac80211-4-14-api.patch')
-rw-r--r--package/kernel/ath10k-ct/patches/120-mac80211-4-14-api.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/ath10k-ct/patches/120-mac80211-4-14-api.patch b/package/kernel/ath10k-ct/patches/120-mac80211-4-14-api.patch
index 032a0bcb7d..d587632692 100644
--- a/package/kernel/ath10k-ct/patches/120-mac80211-4-14-api.patch
+++ b/package/kernel/ath10k-ct/patches/120-mac80211-4-14-api.patch
@@ -51,7 +51,7 @@
break;
default:
break;
-@@ -883,13 +883,10 @@ static void ath10k_htt_rx_h_ppdu(struct
+@@ -900,13 +900,10 @@ static void ath10k_htt_rx_h_ppdu(struct
/* New PPDU starts so clear out the old per-PPDU status. */
status->freq = 0;
status->rate_idx = 0;
@@ -69,7 +69,7 @@
status->flag |= RX_FLAG_NO_SIGNAL_VAL;
ath10k_htt_rx_h_signal(ar, status, rxd);
-@@ -942,7 +939,7 @@ static void ath10k_process_rx(struct ath
+@@ -959,7 +956,7 @@ static void ath10k_process_rx(struct ath
*status = *rx_status;
ath10k_dbg(ar, ATH10K_DBG_DATA,
@@ -78,7 +78,7 @@
skb,
skb->len,
ieee80211_get_SA(hdr),
-@@ -950,15 +947,15 @@ static void ath10k_process_rx(struct ath
+@@ -967,15 +964,15 @@ static void ath10k_process_rx(struct ath
is_multicast_ether_addr(ieee80211_get_DA(hdr)) ?
"mcast" : "ucast",
(__le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_SEQ) >> 4,