summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/common.c
diff options
context:
space:
mode:
authorStanislaw Gruszka2012-02-03 17:31:41 +0100
committerJohn W. Linville2012-02-06 20:55:58 +0100
commitb96ed60cd0c352891fd04f4aa748f4d36a6cec5b (patch)
tree9938c03c286c9959eaba9cfb9b21c0fdb7bd1a1f /drivers/net/wireless/iwlegacy/common.c
parentiwlegacy: get rid of rxon_assoc_cmd (diff)
downloadkernel-qcow2-linux-b96ed60cd0c352891fd04f4aa748f4d36a6cec5b.tar.gz
kernel-qcow2-linux-b96ed60cd0c352891fd04f4aa748f4d36a6cec5b.tar.xz
kernel-qcow2-linux-b96ed60cd0c352891fd04f4aa748f4d36a6cec5b.zip
iwlegacy: get rid of qos_cmd
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/common.c')
-rw-r--r--drivers/net/wireless/iwlegacy/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/common.c b/drivers/net/wireless/iwlegacy/common.c
index 902521469e19..b95f832b14ea 100644
--- a/drivers/net/wireless/iwlegacy/common.c
+++ b/drivers/net/wireless/iwlegacy/common.c
@@ -5269,7 +5269,7 @@ il_update_qos(struct il_priv *il, struct il_rxon_context *ctx)
D_QOS("send QoS cmd with Qos active=%d FLAGS=0x%X\n",
ctx->qos_data.qos_active, ctx->qos_data.def_qos_parm.qos_flags);
- il_send_cmd_pdu_async(il, ctx->qos_cmd, sizeof(struct il_qosparam_cmd),
+ il_send_cmd_pdu_async(il, C_QOS_PARAM, sizeof(struct il_qosparam_cmd),
&ctx->qos_data.def_qos_parm, NULL);
}