Skip to content

Commit

Permalink
wl12xx: print acx id
Browse files Browse the repository at this point in the history
Add id param to the acx debug print (on wl1271_cmd_configure)

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Sep 14, 2011
1 parent c6ceb87 commit c91d060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/wl12xx/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len)
struct acx_header *acx = buf;
int ret;

wl1271_debug(DEBUG_CMD, "cmd configure");
wl1271_debug(DEBUG_CMD, "cmd configure (%d)", id);

acx->id = cpu_to_le16(id);

Expand Down

0 comments on commit c91d060

Please sign in to comment.