Message ID | 20151015063240.GA19053@xian (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 3c1110c..b29d7b186 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -245,7 +245,7 @@ static struct semaphore hif_sema_thread; struct semaphore hif_sema_driver; static struct semaphore hif_sema_wait_response; struct semaphore hif_sema_deinit; -struct timer_list periodic_rssi; +static struct timer_list periodic_rssi; u8 gau8MulticastMacAddrList[WILC_MULTICAST_TABLE_SIZE][ETH_ALEN];
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- host_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html