diff mbox

wl1271_cmd.c: cleanup char => u8

Message ID 20091223132319.GC17923@bicker (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Dan Carpenter Dec. 23, 2009, 1:23 p.m. UTC
None
diff mbox

Patch

--- orig/drivers/net/wireless/wl12xx/wl1271_cmd.c	2009-12-22 22:59:58.000000000 +0200
+++ devel/drivers/net/wireless/wl12xx/wl1271_cmd.c	2009-12-22 23:00:29.000000000 +0200
@@ -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
 	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;