mirror of
https://github.com/armbian/build.git
synced 2025-08-11 21:56:58 +02:00
* sunxi-6.0: initial state: add megous patches to series * sunxi-6.0: Switch to v6.0.1 * wifi: Limit the version 6.0 for Realtek 88x2cs chipsets * Adjust kernel configs * Remove not needed patches * Adjust broken patches Co-authored-by: Igor <igor@armbian.com>
27 lines
801 B
Diff
27 lines
801 B
Diff
From ab1bd6cb99aa511d499cf79b621038e2093f905c Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Wed, 25 Nov 2020 14:22:24 +0100
|
|
Subject: [PATCH 119/486] 8723cs: Enable monitor mode
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
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.35.3
|
|
|