mwifiex: remove redundant encryption_mode mapping
[deliverable/linux.git] / drivers / net / wireless / mwifiex / sta_event.c
index 0187185a1fc6e0cc8e2714d6661f7e67d205f5f1..936d7c175e75421f8e18ab180dd003e66ad8bf45 100644 (file)
@@ -76,7 +76,7 @@ mwifiex_reset_connect_state(struct mwifiex_private *priv)
        priv->wapi_ie_len = 0;
        priv->sec_info.wapi_key_on = false;
 
-       priv->sec_info.encryption_mode = MWIFIEX_ENCRYPTION_MODE_NONE;
+       priv->sec_info.encryption_mode = 0;
 
        /* Enable auto data rate */
        priv->is_data_rate_auto = true;
This page took 0.024791 seconds and 5 git commands to generate.