aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Beare <bruce.j.beare@intel.com>2015-09-28 09:02:17 -0700
committerBruce Beare <bruce.j.beare@intel.com>2015-10-07 13:11:56 -0700
commitff16b6254f760ec940d069874265cd83474ad41a (patch)
tree5f7609b50b8133525d33dd26131993b8ae3f4f0a
parentf87e4ada0acc7ae6046a66315a2f96a3e64aeffa (diff)
downloadedison-v3.10-ff16b6254f760ec940d069874265cd83474ad41a.tar.gz
The kernel switches to AP mode based on the firmware name.
In order to get the device to switch between station and AP mode, we need to signal this intent to the kernel using the firmware name. Change-Id: I11c1f2c07c1b41d7e4d463728ddd16ee2a3dcff7 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
-rw-r--r--arch/x86/configs/i386_brillo_edison_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/configs/i386_brillo_edison_defconfig b/arch/x86/configs/i386_brillo_edison_defconfig
index 148f852c8d9..0b129bded66 100644
--- a/arch/x86/configs/i386_brillo_edison_defconfig
+++ b/arch/x86/configs/i386_brillo_edison_defconfig
@@ -3154,7 +3154,7 @@ CONFIG_BCM4334X=y
CONFIG_BCMDHD_SDIO=y
# CONFIG_BCMDHD_PCIE is not set
CONFIG_INTEL_PLATFORM=y
-CONFIG_BCMDHD_FW_PATH="system/vendor/firmware/bcm43340/fw_bcmdhd.bin"
+CONFIG_BCMDHD_FW_PATH="system/vendor/firmware/bcm43340/fw_bcmdhd_apsta.bin"
CONFIG_BCMDHD_NVRAM_PATH="system/vendor/firmware/bcm43340/bcmdhd.cal"
# CONFIG_DHD_USE_STATIC_BUF is not set
CONFIG_DHD_USE_SCHED_SCAN=y