1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-21 05:18:02 +01:00

Support passing no driver to wpa_supplicant

This commit is contained in:
David Paleino
2012-02-12 10:41:27 +01:00
parent 7f2df5b423
commit b161427e4d
5 changed files with 13 additions and 3 deletions

View File

@@ -377,7 +377,8 @@ class PreferencesDialog(object):
self.wpadrivercombo = build_combobox("pref_wpa_combobox")
self.wpadrivers = wireless.GetWpaSupplicantDrivers()
self.wpadrivers.append("ralink_legacy")
self.wpadrivers.append('none')
for x in self.wpadrivers:
self.wpadrivercombo.append_text(x)