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;
|
|
@ -0,0 +1,16 @@
|
|||
--- a/hif/pcie/pcie.c 2021-10-20 16:25:17.694566730 +0200
|
||||
+++ b/hif/pcie/pcie.c 2021-10-20 16:25:54.349957479 +0200
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "hif/pcie/rx_ndp.h"
|
||||
|
||||
#define PCIE_DRV_DESC "Marvell Mac80211 Wireless PCIE Network Driver"
|
||||
-#define PCIE_DEV_NAME "Marvell 802.11ac PCIE Adapter"
|
||||
|
||||
#define MAX_WAIT_FW_COMPLETE_ITERATIONS 10000
|
||||
#define CHECK_BA_TRAFFIC_TIME 300 /* msec */
|
||||
@@ -1641,5 +1640,4 @@
|
||||
MODULE_VERSION(PCIE_DRV_VERSION);
|
||||
MODULE_AUTHOR("Marvell Semiconductor, Inc.");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
-MODULE_SUPPORTED_DEVICE(PCIE_DEV_NAME);
|
||||
MODULE_DEVICE_TABLE(pci, pcie_id_tbl);
|
Loading…
Add table
Add a link
Reference in a new issue