29 lines
951 B
Diff
29 lines
951 B
Diff
From e80adb2d2d70ae01c5a8092d74e15a8d2cc21bd3 Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Sat, 28 Nov 2020 05:21:47 +0100
|
|
Subject: [PATCH 226/478] 8723cs: Disable CONFIG_CONCURRENT_MODE
|
|
|
|
Breaks assumptions of Linux userspace SW.
|
|
|
|
Signed-off-by: Ondrej Jirman <megous@megous.com>
|
|
---
|
|
drivers/staging/rtl8723cs/Makefile | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/drivers/staging/rtl8723cs/Makefile b/drivers/staging/rtl8723cs/Makefile
|
|
index 39698340c279..5ef5557e58b7 100644
|
|
--- a/drivers/staging/rtl8723cs/Makefile
|
|
+++ b/drivers/staging/rtl8723cs/Makefile
|
|
@@ -1332,8 +1332,6 @@ endif
|
|
ifeq ($(CONFIG_PLATFORM_I386_PC), y)
|
|
EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN
|
|
EXTRA_CFLAGS += -DCONFIG_IOCTL_CFG80211 -DRTW_USE_CFG80211_STA_EVENT
|
|
-EXTRA_CFLAGS += -DCONFIG_CONCURRENT_MODE
|
|
-EXTRA_CFLAGS += -DCONFIG_RADIO_WORK
|
|
EXTRA_CFLAGS += -DCONFIG_RTW_80211R
|
|
|
|
SUBARCH := $(shell uname -m | sed -e s/i.86/i386/)
|
|
--
|
|
2.35.3
|
|
|