diff options
Diffstat (limited to 'src-wireless')
-rw-r--r-- | src-wireless/wireless-dbus | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src-wireless/wireless-dbus b/src-wireless/wireless-dbus index f3773ee..f48ed52 100644 --- a/src-wireless/wireless-dbus +++ b/src-wireless/wireless-dbus @@ -70,10 +70,6 @@ def start(profile, essid): # print " - Could not bring interface up" # return False - # Manually set any iwconfig options - redundant, use custom wpa_supplicant config instead. - #if profile.has_key('IWCONFIG'): - # subprocess.call(["iwconfig", profile['INTERFACE'], profile['IWCONFIG']]) - # Base arguments args=["wpa_supplicant", "-Bu", "-P/run/wpa_supplicant.pid"] |