Home
last modified time | relevance | path

Searched refs:CONFIG_WLAN_DEFAULT_REC_LINK_VALUE (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/configs/
H A Dconfig_to_feature.h2901 #ifndef CONFIG_WLAN_DEFAULT_REC_LINK_VALUE
2902 #define CONFIG_WLAN_DEFAULT_REC_LINK_VALUE (2) macro
2905 #ifndef CONFIG_WLAN_DEFAULT_REC_LINK_VALUE
2906 #define CONFIG_WLAN_DEFAULT_REC_LINK_VALUE (2) macro
2910 #ifdef CONFIG_WLAN_DEFAULT_REC_LINK_VALUE
2911 #define WLAN_DEFAULT_REC_LINK_VALUE CONFIG_WLAN_DEFAULT_REC_LINK_VALUE
/wlan-driver/qcacld-3.0/
H A DKbuild4682 ifndef CONFIG_WLAN_DEFAULT_REC_LINK_VALUE
4683 CONFIG_WLAN_DEFAULT_REC_LINK_VALUE ?= 2
4686 ifndef CONFIG_WLAN_DEFAULT_REC_LINK_VALUE
4687 CONFIG_WLAN_DEFAULT_REC_LINK_VALUE ?= 2
4690 ccflags-y += -DWLAN_DEFAULT_REC_LINK_VALUE=$(CONFIG_WLAN_DEFAULT_REC_LINK_VALUE)