X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Fath10k-ct%2Fpatches%2F300-mac80211-5.10.patch;fp=package%2Fkernel%2Fath10k-ct%2Fpatches%2F300-mac80211-5.10.patch;h=0000000000000000000000000000000000000000;hb=a5c4c404764e9125d7a6c435c2f8d840c68ceed2;hp=52d639291baff2431590c3b9116db17d64291dea;hpb=ad8b759fd17bd31fdb7a026f247fd6ec81b372d3;p=openwrt%2Fopenwrt.git diff --git a/package/kernel/ath10k-ct/patches/300-mac80211-5.10.patch b/package/kernel/ath10k-ct/patches/300-mac80211-5.10.patch deleted file mode 100644 index 52d639291b..0000000000 --- a/package/kernel/ath10k-ct/patches/300-mac80211-5.10.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/ath10k-5.8/wmi.c -+++ b/ath10k-5.8/wmi.c -@@ -4254,7 +4254,7 @@ void ath10k_wmi_event_host_swba(struct a - * actual channel switch is done - */ - if (arvif->vif->csa_active && -- ieee80211_csa_is_complete(arvif->vif)) { -+ ieee80211_beacon_cntdwn_is_complete(arvif->vif)) { - ieee80211_csa_finish(arvif->vif); - continue; - } ---- a/ath10k-5.8/mac.c -+++ b/ath10k-5.8/mac.c -@@ -2295,8 +2295,8 @@ static void ath10k_mac_vif_ap_csa_count_ - if (!arvif->is_up) - return; - -- if (!ieee80211_csa_is_complete(vif)) { -- ieee80211_csa_update_counter(vif); -+ if (!ieee80211_beacon_cntdwn_is_complete(vif)) { -+ ieee80211_beacon_update_cntdwn(vif); - - ret = ath10k_mac_setup_bcn_tmpl(arvif); - if (ret)