diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-10-11 16:40:20 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2021-10-11 17:19:53 +0200 |
commit | af9d31aacc286786a8765a44c2000d2eba02e61c (patch) | |
tree | df99780a18dbd36466625e55c5787f34e123c7f7 /package/kernel/mac80211/patches | |
parent | 4f2fd0215b4a125d84ccedde6d6fa323e56bd404 (diff) | |
download | upstream-af9d31aacc286786a8765a44c2000d2eba02e61c.tar.gz upstream-af9d31aacc286786a8765a44c2000d2eba02e61c.tar.bz2 upstream-af9d31aacc286786a8765a44c2000d2eba02e61c.zip |
mac80211: remove kcov bits from TWT backport patch
Our backports version does not have support for kcov in mac80211
Fixes build errors on some platforms
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/mac80211/patches')
-rw-r--r-- | package/kernel/mac80211/patches/subsys/390-mac80211-introduce-individual-TWT-support-in-AP-mode.patch | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/kernel/mac80211/patches/subsys/390-mac80211-introduce-individual-TWT-support-in-AP-mode.patch b/package/kernel/mac80211/patches/subsys/390-mac80211-introduce-individual-TWT-support-in-AP-mode.patch index dbd98b96cc..cdee132f15 100644 --- a/package/kernel/mac80211/patches/subsys/390-mac80211-introduce-individual-TWT-support-in-AP-mode.patch +++ b/package/kernel/mac80211/patches/subsys/390-mac80211-introduce-individual-TWT-support-in-AP-mode.patch @@ -164,18 +164,14 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com> } else if (ieee80211_is_ext(mgmt->frame_control)) { if (sdata->vif.type == NL80211_IFTYPE_STATION) ieee80211_sta_rx_queued_ext(sdata, skb); -@@ -1574,6 +1604,16 @@ static void ieee80211_iface_work(struct +@@ -1574,6 +1604,12 @@ static void ieee80211_iface_work(struct kfree_skb(skb); } + /* process status queue */ + while ((skb = skb_dequeue(&sdata->status_queue))) { -+ kcov_remote_start_common(skb_get_kcov_handle(skb)); -+ + ieee80211_iface_process_status(sdata, skb); + kfree_skb(skb); -+ -+ kcov_remote_stop(); + } + /* then other type-dependent work */ |