wl1271_cmd.c: cleanup char => u8
This is just a clean up and doesn't make a functional difference. It keeps the lint checkers happy. Signed-off-by: Dan Carpenter <error27@gmail.com> Reviewed-by: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
79496738eb
commit
befabac2d8
@ -777,7 +777,7 @@ int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id,
|
|||||||
return ret;
|
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;
|
u8 index = 0;
|
||||||
|
|
||||||
@ -804,7 +804,7 @@ static int wl1271_build_basic_rates(char *rates, u8 band)
|
|||||||
return index;
|
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;
|
u8 index = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user