staging: wilc1000: replace u8 with int.
[firefly-linux-kernel-4.4.55.git] / drivers / staging / wilc1000 / host_interface.c
index a29a3637c383552d8f373cbd1f473c6e14374dff..3fd6914f7ccc1f78816678453eb2c022eea04b25 100644 (file)
@@ -3148,7 +3148,7 @@ int host_int_add_wep_key_bss_ap(struct host_if_drv *hif_drv,
 {
        int result = 0;
        struct host_if_msg msg;
-       u8 i;
+       int i;
 
        if (!hif_drv) {
                PRINT_ER("driver is null\n");