projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ceb87
)
wl12xx: print acx id
author
Eliad Peller
<eliad@wizery.com>
Thu, 25 Aug 2011 15:10:57 +0000
(18:10 +0300)
committer
Luciano Coelho
<coelho@ti.com>
Wed, 14 Sep 2011 08:47:17 +0000
(11:47 +0300)
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>
drivers/net/wireless/wl12xx/cmd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/wl12xx/cmd.c
b/drivers/net/wireless/wl12xx/cmd.c
index 817bc183bc8372f0a7fb22a286e977229862f2d6..9ec2f31b0ecfd78615c9619f55590242e54555bb 100644
(file)
--- a/
drivers/net/wireless/wl12xx/cmd.c
+++ b/
drivers/net/wireless/wl12xx/cmd.c
@@
-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);