[PATCH] ipw2200: remove the WPA card associates to non-WPA AP checking
authorZhu Yi <yi.zhu@intel.com>
Thu, 16 Feb 2006 23:46:16 +0000 (07:46 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 17 Mar 2006 20:08:03 +0000 (15:08 -0500)
commit8da374fc44a5e0fb71a485497cae38eb562d078c
tree48bec1c7d8f0a2c7bc0ac7e1b5cef5fa3c9a2f6d
parentb191608a451e75ed7f979cac268f5f423176feb3
[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>
drivers/net/wireless/ipw2200.c