wireless: Remove casts to same type
[deliverable/linux.git] / drivers / net / wireless / ipw2x00 / ipw2200.c
index 0036737fe8e3fb54be0b780ba66508d7fc869d57..afdec4a0d9a067e45dac2e6a0f80d7f92d72e6d2 100644 (file)
@@ -7069,9 +7069,7 @@ static int ipw_qos_activate(struct ipw_priv *priv,
        }
 
        IPW_DEBUG_QOS("QoS sending IPW_CMD_QOS_PARAMETERS\n");
-       err = ipw_send_qos_params_command(priv,
-                                         (struct libipw_qos_parameters *)
-                                         &(qos_parameters[0]));
+       err = ipw_send_qos_params_command(priv, &qos_parameters[0]);
        if (err)
                IPW_DEBUG_QOS("QoS IPW_CMD_QOS_PARAMETERS failed\n");
 
This page took 0.024797 seconds and 5 git commands to generate.