staging: wilc1000: replace WILC_WFIDrvHandle by tstrWILC_WFIDrv
[deliverable/linux.git] / drivers / staging / wilc1000 / wilc_wfi_netdevice.h
index 0dfe108e7cf80759aead77cb844cbb273c7cd55f..77f320d125e8b6cf151998063c43b1b1e54d8b76 100644 (file)
@@ -144,7 +144,7 @@ struct WILC_WFI_priv {
        spinlock_t lock;
        struct net_device *dev;
        struct napi_struct napi;
-       WILC_WFIDrvHandle hWILCWFIDrv;
+       tstrWILC_WFIDrv *hWILCWFIDrv;
        WILC_WFIDrvHandle hWILCWFIDrv_2;
        tstrHostIFpmkidAttr pmkid_list;
        struct WILC_WFI_stats netstats;
@@ -176,7 +176,7 @@ typedef struct {
 typedef struct {
        uint8_t aSrcAddress[ETH_ALEN];
        uint8_t aBSSID[ETH_ALEN];
-       uint32_t drvHandler;
+       tstrWILC_WFIDrv *drvHandler;
        struct net_device *wilc_netdev;
 } tstrInterfaceInfo;
 typedef struct {
This page took 0.026815 seconds and 5 git commands to generate.