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

@ -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;

View file

@ -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;