ath10k-ct: Update to 2019-02-28
[openwrt/staging/dedeckeh.git] / package / kernel / ath10k-ct / patches / 163-ath10k-fix-incorrect-multicast-broadcast-rate-settin.patch
index 5ffec9a21cb099e0968f6fdc5a9426682e8f34ba..ade1eb2d75102aff36b952789e4f380b1dc52a0f 100644 (file)
@@ -17,7 +17,7 @@ Origin: other, https://patchwork.kernel.org/patch/10723033/
 
 --- a/ath10k-4.19/mac.c
 +++ b/ath10k-4.19/mac.c
-@@ -6264,8 +6264,8 @@ static void ath10k_bss_info_changed(stru
+@@ -6278,8 +6278,8 @@ static void ath10k_bss_info_changed(stru
        struct cfg80211_chan_def def;
        u32 vdev_param, pdev_param, slottime, preamble;
        u16 bitrate, hw_value;
@@ -28,7 +28,7 @@ Origin: other, https://patchwork.kernel.org/patch/10723033/
        enum nl80211_band band;
        const struct ieee80211_supported_band *sband;
  
-@@ -6438,7 +6438,11 @@ static void ath10k_bss_info_changed(stru
+@@ -6452,7 +6452,11 @@ static void ath10k_bss_info_changed(stru
        if (changed & BSS_CHANGED_MCAST_RATE &&
            !WARN_ON(ath10k_mac_vif_chan(arvif->vif, &def))) {
                band = def.chan->band;