mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33: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
|
@ -576,7 +576,7 @@ void rtw_proc_remove_one(struct net_device *dev)
|
|||
}
|
||||
#endif
|
||||
|
||||
static uint loadparam( _adapter *padapter, _nic_hdl pnetdev)
|
||||
static uint loadparam( _adapter *padapter, struct net_device *pnetdev)
|
||||
{
|
||||
|
||||
uint status = _SUCCESS;
|
||||
|
|
|
@ -273,7 +273,7 @@ static int rtw_mlcst2unicst(_adapter *padapter, struct sk_buff *skb)
|
|||
}
|
||||
|
||||
|
||||
int rtw_xmit_entry(struct sk_buff *pkt, _nic_hdl pnetdev)
|
||||
int rtw_xmit_entry(struct sk_buff *pkt, struct net_device *pnetdev)
|
||||
{
|
||||
_adapter *padapter = (_adapter *)rtw_netdev_priv(pnetdev);
|
||||
struct xmit_priv *pxmitpriv = &padapter->xmitpriv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue