projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7949673
)
wl1271_cmd.c: cleanup char => u8
author
Dan Carpenter
<
[email protected]
>
Wed, 23 Dec 2009 13:23:19 +0000
(15:23 +0200)
committer
John W. Linville
<
[email protected]
>
Mon, 28 Dec 2009 21:19:57 +0000
(16:19 -0500)
This is just a clean up and doesn't make a functional difference. It keeps the
lint checkers happy.
Signed-off-by: Dan Carpenter <
[email protected]
>
Reviewed-by: Kalle Valo <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/wl12xx/wl1271_cmd.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wl12xx/wl1271_cmd.c
b/drivers/net/wireless/wl12xx/wl1271_cmd.c
index 886a9bc39cc1ddb87bd24d1a4a173c7b798af4f7..c3385b3d246cf988d3efb5d882a5d1c0e877ffd5 100644
(file)
--- a/
drivers/net/wireless/wl12xx/wl1271_cmd.c
+++ b/
drivers/net/wireless/wl12xx/wl1271_cmd.c
@@
-777,7
+777,7
@@
out:
return ret;
}
-static int wl1271_build_basic_rates(
char
*rates, u8 band)
+static int wl1271_build_basic_rates(
u8
*rates, u8 band)
{
u8 index = 0;
@@
-804,7
+804,7
@@
static int wl1271_build_basic_rates(char *rates, u8 band)
return index;
}
-static int wl1271_build_extended_rates(
char
*rates, u8 band)
+static int wl1271_build_extended_rates(
u8
*rates, u8 band)
{
u8 index = 0;