commit | 8da374fc44a5e0fb71a485497cae38eb562d078c | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Fri Feb 17 07:46:16 2006 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 17 15:08:03 2006 -0500 |
tree | 48bec1c7d8f0a2c7bc0ac7e1b5cef5fa3c9a2f6d | |
parent | b191608a451e75ed7f979cac268f5f423176feb3 [diff] |
[PATCH] ipw2200: remove the WPA card associates to non-WPA AP checking wpa_supplicant needs to set wpa_enabled unconditionally, with this check it hasn't been possible to connect to non-WPA networks using wpa_supplicant. So remove below check. if (priv->ieee->wpa_enabled && network->wpa_ie_len == 0 && network->rsn_ie_len == 0) Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>