summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xBoardConfig.mk2
-rw-r--r--device.mk2
-rwxr-xr-xinit.herring.rc4
3 files changed, 4 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index a1f8a42..2420efe 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -80,5 +80,5 @@ WIFI_DRIVER_MODULE_PATH := "/system/modules/bcm4329.ko"
WIFI_DRIVER_FW_STA_PATH := "/vendor/firmware/fw_bcm4329.bin"
WIFI_DRIVER_FW_AP_PATH := "/vendor/firmware/fw_bcm4329_apsta.bin"
WIFI_DRIVER_MODULE_NAME := "bcm4329"
-WIFI_DRIVER_MODULE_ARG := "firmware_path=/vendor/firmware/fw_bcm4329.bin nvram_path=/vendor/firmware/nvram_net.txt"
+WIFI_DRIVER_MODULE_ARG := "iface_name=wlan0 firmware_path=/vendor/firmware/fw_bcm4329.bin nvram_path=/vendor/firmware/nvram_net.txt"
diff --git a/device.mk b/device.mk
index 2a861a4..f0bc0cb 100644
--- a/device.mk
+++ b/device.mk
@@ -123,7 +123,7 @@ PRODUCT_PROPERTY_OVERRIDES := \
# Note that the only such settings should be the ones that are too low-level to
# be reachable from resources or other mechanisms.
PRODUCT_PROPERTY_OVERRIDES += \
- wifi.interface=eth0 \
+ wifi.interface=wlan0 \
wifi.supplicant_scan_interval=15
include frameworks/base/build/phone-hdpi-512-dalvik-heap.mk
diff --git a/init.herring.rc b/init.herring.rc
index 7d52527..3105d79 100755
--- a/init.herring.rc
+++ b/init.herring.rc
@@ -75,8 +75,8 @@ service pvrsrvinit /system/vendor/bin/pvrsrvinit
group root
oneshot
-service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/misc/wifi/wpa_supplicant.conf
- socket wpa_eth0 dgram 0660 wifi wifi
+service wpa_supplicant /system/bin/wpa_supplicant -Dwext -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf
+ socket wpa_wlan0 dgram 0660 wifi wifi
disabled
oneshot