mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 14:03:05 +00:00
rtl8188eu: Convert typedef for _nic_hdl to struct net_device *
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
3d755766c9
commit
ee237545ff
7 changed files with 9 additions and 11 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue