staging: wilc1000: rename wilc_netdev in the struct wilc_vif
[firefly-linux-kernel-4.4.55.git] / drivers / staging / wilc1000 / wilc_wfi_netdevice.h
index a3f18b5ecb8bc27003ab0aa8f5c4d2c550e25e71..429b6544107f8a02134c27b53b4815163c098aca 100644 (file)
@@ -149,10 +149,10 @@ typedef struct {
 } struct_frame_reg;
 
 struct wilc_vif {
-       u8 aSrcAddress[ETH_ALEN];
-       u8 aBSSID[ETH_ALEN];
-       struct host_if_drv *drvHandler;
-       struct net_device *wilc_netdev;
+       u8 src_addr[ETH_ALEN];
+       u8 bssid[ETH_ALEN];
+       struct host_if_drv *hif_drv;
+       struct net_device *ndev;
 };
 
 struct wilc {
@@ -163,7 +163,7 @@ struct wilc {
        #endif
        int close;
        u8 vif_num;
-       struct wilc_vif strInterfaceInfo[NUM_CONCURRENT_IFC];
+       struct wilc_vif vif[NUM_CONCURRENT_IFC];
        u8 open_ifcs;
 
        struct semaphore txq_add_to_head_cs;