summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-10 15:59:20 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-08-10 15:59:20 +0200
commitc6bc49ccd93b2a931006f418e9ac0a71f3189e00 (patch)
tree2616850d7e94fbad889b82620c8b4c687a96a50a /BoardConfigCommon.mk
parent85f9dded2571102ad1118a3f3b419c2b952c6989 (diff)
downloaddevice_samsung_p5100-c6bc49ccd93b2a931006f418e9ac0a71f3189e00.zip
device_samsung_p5100-c6bc49ccd93b2a931006f418e9ac0a71f3189e00.tar.gz
device_samsung_p5100-c6bc49ccd93b2a931006f418e9ac0a71f3189e00.tar.bz2
wifi: use prebuilt ics hostapd
Change-Id: If856c359eb7b08f7f52c98267076576885f9d821
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 4b55cd9..ef97815 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -77,7 +77,7 @@ BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd
WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/dhd.ko"
WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/dhd/parameters/firmware_path"
WIFI_DRIVER_FW_PATH_STA := "/system/etc/wifi/bcmdhd_sta.bin"
-WIFI_DRIVER_FW_PATH_AP := "/system/etc/wifi/bcmdhd_sta.bin"
+WIFI_DRIVER_FW_PATH_AP := "/system/etc/wifi/bcmdhd_apsta.bin"
WIFI_DRIVER_FW_PATH_P2P := "/system/etc/wifi/bcmdhd_p2p.bin"
WIFI_DRIVER_MODULE_NAME := "dhd"
WIFI_DRIVER_MODULE_ARG := "iface_name=wlan0 firmware_path=/system/etc/wifi/bcmdhd_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt"