Commit e4c3577d authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman

staging: wilc1000: rename WILC_WFI_stats to avoid uppercase

Cleanup patch to have struct name as per linux coding style.
Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 52b1d208
...@@ -50,7 +50,7 @@ enum stats_flags { ...@@ -50,7 +50,7 @@ enum stats_flags {
WILC_WFI_TX_PKT = BIT(1), WILC_WFI_TX_PKT = BIT(1),
}; };
struct WILC_WFI_stats { struct wilc_wfi_stats {
unsigned long rx_packets; unsigned long rx_packets;
unsigned long tx_packets; unsigned long tx_packets;
unsigned long rx_bytes; unsigned long rx_bytes;
...@@ -119,7 +119,7 @@ struct wilc_priv { ...@@ -119,7 +119,7 @@ struct wilc_priv {
struct napi_struct napi; struct napi_struct napi;
struct host_if_drv *hif_drv; struct host_if_drv *hif_drv;
struct host_if_pmkid_attr pmkid_list; struct host_if_pmkid_attr pmkid_list;
struct WILC_WFI_stats netstats; struct wilc_wfi_stats netstats;
u8 wep_key[4][WLAN_KEY_LEN_WEP104]; u8 wep_key[4][WLAN_KEY_LEN_WEP104];
u8 wep_key_len[4]; u8 wep_key_len[4];
/* The real interface that the monitor is on */ /* The real interface that the monitor is on */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment