Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit befabac2 authored by Dan Carpenter's avatar Dan Carpenter Committed by John W. Linville
Browse files

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: default avatarDan Carpenter <error27@gmail.com>
Reviewed-by: default avatarKalle Valo <kalle.valo@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 79496738
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;