|
@@ -6713,11 +6713,11 @@ static int airo_set_auth(struct net_device *dev,
|
|
local->config.authType = AUTH_ENCRYPT;
|
|
local->config.authType = AUTH_ENCRYPT;
|
|
} else
|
|
} else
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
- break;
|
|
|
|
|
|
|
|
/* Commit the changes to flags if needed */
|
|
/* Commit the changes to flags if needed */
|
|
if (local->config.authType != currentAuthType)
|
|
if (local->config.authType != currentAuthType)
|
|
set_bit (FLAG_COMMIT, &local->flags);
|
|
set_bit (FLAG_COMMIT, &local->flags);
|
|
|
|
+ break;
|
|
}
|
|
}
|
|
|
|
|
|
case IW_AUTH_WPA_ENABLED:
|
|
case IW_AUTH_WPA_ENABLED:
|