mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-22 16:14:20 +00:00
rtl8188eu: Convert "typedef HAL_DATA_TYPE" to "struct hal_data_8188e"
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d2de492de6
commit
548e42fb94
20 changed files with 177 additions and 180 deletions
|
@ -7115,7 +7115,7 @@ static int rtw_mp_efuse_get(struct net_device *dev,
|
|||
{
|
||||
PADAPTER padapter = rtw_netdev_priv(dev);
|
||||
EEPROM_EFUSE_PRIV *pEEPROM = GET_EEPROM_EFUSE_PRIV(padapter);
|
||||
PHAL_DATA_TYPE pHalData = GET_HAL_DATA(padapter);
|
||||
struct hal_data_8188e *pHalData = GET_HAL_DATA(padapter);
|
||||
struct efuse_hal *pEfuseHal;
|
||||
struct iw_point *wrqu;
|
||||
|
||||
|
@ -7581,7 +7581,7 @@ static int rtw_mp_efuse_set(struct net_device *dev,
|
|||
{
|
||||
PADAPTER padapter;
|
||||
struct pwrctrl_priv *pwrctrlpriv ;
|
||||
PHAL_DATA_TYPE pHalData;
|
||||
struct hal_data_8188e *pHalData;
|
||||
struct efuse_hal *pEfuseHal;
|
||||
|
||||
u8 ips_mode,lps_mode;
|
||||
|
|
|
@ -230,7 +230,7 @@ _func_enter_;
|
|||
}
|
||||
|
||||
{
|
||||
HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter);
|
||||
struct hal_data_8188e *pHalData = GET_HAL_DATA(padapter);
|
||||
pHalData->srestpriv.last_tx_complete_time = rtw_get_current_time();
|
||||
}
|
||||
|
||||
|
@ -318,7 +318,7 @@ _func_enter_;
|
|||
status = usb_submit_urb(purb, GFP_ATOMIC);
|
||||
if (!status) {
|
||||
{
|
||||
HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter);
|
||||
struct hal_data_8188e *pHalData = GET_HAL_DATA(padapter);
|
||||
pHalData->srestpriv.last_tx_time = rtw_get_current_time();
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue