summaryrefslogtreecommitdiff
path: root/patches/0013-fix-makefile-includes/rtw88.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/0013-fix-makefile-includes/rtw88.patch')
-rw-r--r--patches/0013-fix-makefile-includes/rtw88.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/0013-fix-makefile-includes/rtw88.patch b/patches/0013-fix-makefile-includes/rtw88.patch
index 454c9f89..10bb1780 100644
--- a/patches/0013-fix-makefile-includes/rtw88.patch
+++ b/patches/0013-fix-makefile-includes/rtw88.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/realtek/rtw88/main.c
+++ b/drivers/net/wireless/realtek/rtw88/main.c
-@@ -12,6 +12,7 @@
+@@ -13,6 +13,7 @@
#include "reg.h"
#include "efuse.h"
#include "debug.h"
@@ -10,7 +10,7 @@
unsigned int rtw_debug_mask;
--- a/drivers/net/wireless/realtek/rtw88/rtw8822b.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8822b.c
-@@ -12,6 +12,7 @@
+@@ -13,6 +13,7 @@
#include "mac.h"
#include "reg.h"
#include "debug.h"
@@ -20,21 +20,21 @@
u8 rx_path, bool is_tx2_path);
--- a/drivers/net/wireless/realtek/rtw88/rtw8822c.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8822c.c
-@@ -12,6 +12,7 @@
- #include "mac.h"
+@@ -14,6 +14,7 @@
#include "reg.h"
#include "debug.h"
+ #include "util.h"
+#include <linux/module.h>
static void rtw8822c_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path,
u8 rx_path, bool is_tx2_path);
--- a/drivers/net/wireless/realtek/rtw88/pci.c
+++ b/drivers/net/wireless/realtek/rtw88/pci.c
-@@ -9,6 +9,7 @@
- #include "tx.h"
+@@ -10,6 +10,7 @@
#include "rx.h"
+ #include "fw.h"
#include "debug.h"
+#include <linux/interrupt.h>
- static u32 rtw_pci_tx_queue_idx_addr[] = {
- [RTW_TX_QUEUE_BK] = RTK_PCI_TXBD_IDX_BKQ,
+ static bool rtw_disable_msi;
+ module_param_named(disable_msi, rtw_disable_msi, bool, 0644);