ath10k-ct: activate user space firmware loading again
[openwrt/staging/jow.git] / package / kernel / ath10k-ct / patches / 120-mac80211-4-14-api.patch
index 032a0bcb7d0d25975aae762e60211b1691a7d7db..d587632692183a58142b18599174f1b1fca5be93 100644 (file)
@@ -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,