1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/package/kernel/mwlwifi/patches/002-remove-fallthrough.patch

13 lines
351 B
Diff
Raw Normal View History

2021-10-20 15:31:44 +00:00
--- 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;