summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-29 14:09:49 +0200
committerDaniel Hillenbrand <daniel.hillenbrand@codeworkx.de>2012-07-29 14:09:49 +0200
commit3053f00537a8551462ea009a2c10440b961e6de3 (patch)
treeb7e54f9d09cc099bd3db07ae62ccf2d30aafa243 /BoardConfigCommon.mk
parent7e97a775a0aae64a9a3ee7d4586b16825687e51c (diff)
downloaddevice_samsung_p5100-3053f00537a8551462ea009a2c10440b961e6de3.zip
device_samsung_p5100-3053f00537a8551462ea009a2c10440b961e6de3.tar.gz
device_samsung_p5100-3053f00537a8551462ea009a2c10440b961e6de3.tar.bz2
wifi: fix ap path
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 ef97815..4b55cd9 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_apsta.bin"
+WIFI_DRIVER_FW_PATH_AP := "/system/etc/wifi/bcmdhd_sta.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"