From 3f65047e1327731640a3f6b88bce2b1f8f82f498 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 22 Dec 2022 19:49:54 +0100 Subject: [PATCH] Remove not more needed patch --- .../mwlwifi/patches/002-remove-fallthrough.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 root/package/kernel/mwlwifi/patches/002-remove-fallthrough.patch diff --git a/root/package/kernel/mwlwifi/patches/002-remove-fallthrough.patch b/root/package/kernel/mwlwifi/patches/002-remove-fallthrough.patch deleted file mode 100644 index 051198a1..00000000 --- a/root/package/kernel/mwlwifi/patches/002-remove-fallthrough.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/mac80211.c 2021-10-20 15:48:58.682784216 +0200 -+++ b/mac80211.c 2021-10-20 15:50:38.921118149 +0200 -@@ -766,8 +766,8 @@ - buf_size, params->ssn, - params->amsdu); - spin_lock_bh(&priv->stream_lock); -- break; - } -+ break; - case IEEE80211_AMPDU_RX_STOP: - if (priv->chip_type == MWL8964) { - struct mwl_ampdu_stream tmp;