rtl8188eu: Convert typedef for _nic_hdl to struct net_device *

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-25 10:53:16 -05:00
parent 3d755766c9
commit ee237545ff
7 changed files with 9 additions and 11 deletions

View file

@ -116,7 +116,7 @@ extern struct iw_handler_def rtw_handlers_def;
#endif
extern NDIS_STATUS drv_query_info(
_nic_hdl MiniportAdapterContext,
struct net_device *MiniportAdapterContext,
NDIS_OID Oid,
void * InformationBuffer,
u32 InformationBufferLength,
@ -125,7 +125,7 @@ extern NDIS_STATUS drv_query_info(
);
extern NDIS_STATUS drv_set_info(
_nic_hdl MiniportAdapterContext,
struct net_device *MiniportAdapterContext,
NDIS_OID Oid,
void * InformationBuffer,
u32 InformationBufferLength,