On Sun, 2006-02-05 at 17:57 -0500, Dan Williams wrote:
> @@ -3096,11 +3058,13 @@
> }
> }
>
> - if (status == C80211_MGMT_SC_AuthAlgNotSupported) {
> + if (status == WLAN_STATUS_NOT_SUPPORTED_AUTH_ALG) {
> /* Do opensystem first, then try sharedkey */
> - if (system == C80211_MGMT_AAN_OPENSYSTEM) {
> + if (system == WLAN_AUTH_OPEN) {
> priv->CurrentAuthentTransactionSeqNum = 0x001;
> - send_authentication_request(priv,
> C80211_MGMT_AAN_SHAREDKEY, NULL, 0);
> + priv->exclude_unencrypted = 1;
> + send_authentication_request(priv, WLAN_AUTH_SHARED_KEY,
> NULL, 0);
> + return;
> } else if (priv->connect_to_any_BSS) {
> int bss_index;
>
Note that this hunk of Patch #3 includes part of what should have been
in Patch #2; the addition of the 'return' here that fixes problem (1)
noted in the comments at the top of Patch #2 in this set. Sorry about
that.
Dan
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html