summaryrefslogtreecommitdiffstats
path: root/src-wireless/wireless-dbus
diff options
context:
space:
mode:
Diffstat (limited to 'src-wireless/wireless-dbus')
-rw-r--r--src-wireless/wireless-dbus4
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"]