From 53c7989cc59782435892402362c062f8e188047f Mon Sep 17 00:00:00 2001 From: Bryan Stine Date: Fri, 1 Jul 2011 00:54:29 -0400 Subject: [PATCH] Updates for TI wifi rename --- init.etc/wifi/loadit | 1 + init.etc/wifi/wpa_supplicant.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/init.etc/wifi/loadit b/init.etc/wifi/loadit index 05b9452..62158e9 100755 --- a/init.etc/wifi/loadit +++ b/init.etc/wifi/loadit @@ -25,3 +25,4 @@ if cat /proc/cpuinfo|grep -q Kovsky ; then CALIBRATION=/proc/calibration #seems no calibration is better than a calibration here fi /etc/wifi/wlan_loader -f /etc/wifi/Fw1251r1c.bin -e $CALIBRATION -i $CONFIG +/bin/ip link set dev tiwlan0 name wlan0 diff --git a/init.etc/wifi/wpa_supplicant.conf b/init.etc/wifi/wpa_supplicant.conf index 7476f0e..e34d49f 100644 --- a/init.etc/wifi/wpa_supplicant.conf +++ b/init.etc/wifi/wpa_supplicant.conf @@ -72,7 +72,7 @@ update_config=1 # DACL (which will reject all connections). See README-Windows.txt for more # information about SDDL string format. # -ctrl_interface=tiwlan0 +ctrl_interface=wlan0 # IEEE 802.1X/EAPOL version # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines -- 2.1.4