From: Zhu Yi Date: Thu, 16 Feb 2006 23:46:16 +0000 (+0800) Subject: [PATCH] ipw2200: remove the WPA card associates to non-WPA AP checking X-Git-Tag: v2.6.17-rc1~1186^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8da374fc44a5e0fb71a485497cae38eb562d078c;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed