mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
net: wireless: bcmdhd: Add sched-scan config option
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
@@ -37,4 +37,11 @@ config DHD_USE_STATIC_BUF
|
||||
depends on BCMDHD
|
||||
default n
|
||||
---help---
|
||||
Use memory preallocated in platform
|
||||
Use memory preallocated in platform
|
||||
|
||||
config DHD_USE_SCHED_SCAN
|
||||
bool "Use CFG80211 sched scan"
|
||||
depends on BCMDHD && CFG80211
|
||||
default n
|
||||
---help---
|
||||
Use CFG80211 sched scan
|
||||
|
||||
@@ -26,6 +26,10 @@ ifneq ($(CONFIG_CFG80211),)
|
||||
bcmdhd-objs += wl_cfg80211.o wl_cfgp2p.o wl_linux_mon.o
|
||||
DHDCFLAGS += -DWL_CFG80211
|
||||
endif
|
||||
ifneq ($(CONFIG_DHD_USE_SCHED_SCAN),)
|
||||
DHDCFLAGS += -DWL_SCHED_SCAN
|
||||
else
|
||||
endif
|
||||
EXTRA_CFLAGS = $(DHDCFLAGS)
|
||||
ifeq ($(CONFIG_BCMDHD),m)
|
||||
EXTRA_LDFLAGS += --strip-debug
|
||||
|
||||
Reference in New Issue
Block a user