From fe58fb4b04ca78ea9803e5b56b2c99ede76b9f88 Mon Sep 17 00:00:00 2001 From: Aarthi Thiruvengadam Date: Thu, 15 Mar 2012 14:36:11 -0700 Subject: [PATCH] --- yaml --- r: 300815 b: refs/heads/master c: 7397ddebdf88758fb671a898e9aab72fe4d4af74 h: refs/heads/master i: 300813: 8b1c978e10bfacfd23b03786be580ee0c3d6c6dc 300811: 7519cc9caa86a39fcc79b83ed070a20c67cb0263 300807: ecf7abfdf851910c1b074895e4ca7b90cc786d23 300799: f9d7474607c32f134b790b201b5e8fc32e9a3cfb v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath/ath6kl/wmi.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a8bf4fdbb6f1..d6a9d46d0fda 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c86e4f44f1d0d070f0b7b7750a70eb5d81ceaeaa +refs/heads/master: 7397ddebdf88758fb671a898e9aab72fe4d4af74 diff --git a/trunk/drivers/net/wireless/ath/ath6kl/wmi.c b/trunk/drivers/net/wireless/ath/ath6kl/wmi.c index 79aa90ba9163..16e4e5a647a1 100644 --- a/trunk/drivers/net/wireless/ath/ath6kl/wmi.c +++ b/trunk/drivers/net/wireless/ath/ath6kl/wmi.c @@ -3030,6 +3030,9 @@ int ath6kl_wmi_ap_set_mlme(struct wmi *wmip, u8 if_idx, u8 cmd, const u8 *mac, cm->reason = cpu_to_le16(reason); cm->cmd = cmd; + ath6kl_dbg(ATH6KL_DBG_WMI, "ap_set_mlme: cmd=%d reason=%d\n", cm->cmd, + cm->reason); + return ath6kl_wmi_cmd_send(wmip, if_idx, skb, WMI_AP_SET_MLME_CMDID, NO_SYNC_WMIFLAG); }