iwlwifi: remove 4965 from station_entry
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-sta.c
index 31b37a1a6430a2e016a3d9e16ca88d65c32da9cc..0148d49e0b57aa74daa058e58cfe5b7ebfd47b2c 100644 (file)
@@ -333,7 +333,7 @@ int iwl_remove_dynamic_key(struct iwl_priv *priv,
                IWL_ERROR("index %d not used in uCode key table.\n",
                        priv->stations[sta_id].sta.key.key_offset);
        memset(&priv->stations[sta_id].keyinfo, 0,
-                                       sizeof(struct iwl4965_hw_key));
+                                       sizeof(struct iwl_hw_key));
        memset(&priv->stations[sta_id].sta.key, 0,
                                        sizeof(struct iwl4965_keyinfo));
        priv->stations[sta_id].sta.key.key_flags =
This page took 0.023697 seconds and 5 git commands to generate.