Skip to content

Commit

Permalink
ar6000 wlan0 to eth0
Browse files Browse the repository at this point in the history
  • Loading branch information
joilaroi committed Jan 7, 2012
1 parent b5b42e3 commit a45c159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifi/wifi.c
Expand Up @@ -586,7 +586,7 @@ int wifi_start_supplicant()
/* The ar6k driver needs the interface up in order to scan! */
if (!strncmp(DRIVER_MODULE_NAME, "ar6000", 6)) {
ifc_init();
ifc_up("wlan0");
ifc_up("eth0");
sleep(1);
}

Expand Down

0 comments on commit a45c159

Please sign in to comment.