Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300815
b: refs/heads/master
c: 7397dde
h: refs/heads/master
i:
  300813: 8b1c978
  300811: 7519cc9
  300807: ecf7abf
  300799: f9d7474
v: v3
  • Loading branch information
Aarthi Thiruvengadam authored and Kalle Valo committed Mar 20, 2012
1 parent 5d69258 commit fe58fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c86e4f44f1d0d070f0b7b7750a70eb5d81ceaeaa
refs/heads/master: 7397ddebdf88758fb671a898e9aab72fe4d4af74
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit fe58fb4

Please sign in to comment.