mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fixe mwlwifi
This commit is contained in:
parent
96ac09a5ab
commit
120fff9a25
2 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
--- 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;
|
Loading…
Add table
Add a link
Reference in a new issue