diff options
| author | bings <bings@codeaurora.org> | 2018-11-26 15:51:15 +0800 |
|---|---|---|
| committer | bings <bings@codeaurora.org> | 2019-01-17 15:17:01 +0800 |
| commit | ca80b231a62081a0d594939f24a2c6030ad0b048 (patch) | |
| tree | ff9d34cbb32a88eb141fcfcfc6991358a250a964 | |
| parent | e4646b07ba96d4110362310266f05f27d42bc360 (diff) | |
qcacld-2.0: Enable 11W feature for pci interface
Enable 11W feature for pci interface by default.
Change-Id: I9c363628c2d443cf525f83325bbf34d2fb51cb4a
CRs-Fixed: 2382516
| -rw-r--r-- | Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ ifeq ($(KERNEL_BUILD), 0) ifeq ($(CONFIG_ROME_IF),sdio) CONFIG_WLAN_FEATURE_11W := y endif + ifeq ($(CONFIG_ROME_IF),pci) + CONFIG_WLAN_FEATURE_11W := y + endif ifneq ($(CONFIG_MOBILE_ROUTER), y) #Flag to enable NAN |
