diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-07-29 14:09:39 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-07-29 14:09:39 +0200 |
commit | 95929406683a570ba21a7842cd411599352b07b0 (patch) | |
tree | 77b921b457cb78989daad6178311773a058db764 | |
parent | ea021936f46dbcac2a1287a07cd478eb6a17ce2e (diff) | |
download | device_samsung_p3100-95929406683a570ba21a7842cd411599352b07b0.zip device_samsung_p3100-95929406683a570ba21a7842cd411599352b07b0.tar.gz device_samsung_p3100-95929406683a570ba21a7842cd411599352b07b0.tar.bz2 |
wifi: fix ap path
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 5ef07e8..d9455ce 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" |