mirror of
https://github.com/armbian/build.git
synced 2025-08-31 19:31:28 +02:00
* Recycling of megous v5.16.4 patches The patches were sorted as far as possible. Some patches are renamed according to their place of application. The length of the patch name has been changed to improve readability using the `git format-patch --filename-max-length=75` method. The folder containing the patches will have the name `patches.name` and the corresponding file `series.name` for the convenience of processing and moving them upstream. But the control file remains `series.conf`. Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Add a series of armbian patches for 5.16 Signed-off-by: The-going <48602507+The-going@users.noreply.github.com> * Remove patches whose fixes are already in the kernel Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
27 lines
794 B
Diff
27 lines
794 B
Diff
From c73f1014a5423b88bfe10f72d633ca3ca49d1839 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Wed, 25 Nov 2020 14:22:24 +0100
|
|
Subject: [PATCH 080/446] 8723cs: Enable monitor mode
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
drivers/staging/rtl8723cs/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/staging/rtl8723cs/Makefile b/drivers/staging/rtl8723cs/Makefile
|
|
index b66d4e63c..9630ff30d 100644
|
|
--- a/drivers/staging/rtl8723cs/Makefile
|
|
+++ b/drivers/staging/rtl8723cs/Makefile
|
|
@@ -78,7 +78,7 @@ CONFIG_80211W = y
|
|
CONFIG_REDUCE_TX_CPU_LOADING = n
|
|
CONFIG_BR_EXT = y
|
|
CONFIG_TDLS = n
|
|
-CONFIG_WIFI_MONITOR = n
|
|
+CONFIG_WIFI_MONITOR = y
|
|
CONFIG_MCC_MODE = n
|
|
CONFIG_APPEND_VENDOR_IE_ENABLE = n
|
|
CONFIG_RTW_NAPI = y
|
|
--
|
|
2.31.1
|
|
|