mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Convert some typedef statements from include/osdep_service.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
a831dc1f7e
commit
41ad3e27c6
24 changed files with 147 additions and 150 deletions
|
@ -383,7 +383,7 @@ s32 mp_start_test(PADAPTER padapter)
|
|||
u32 length;
|
||||
u8 val8;
|
||||
|
||||
_irqL irqL;
|
||||
unsigned long irqL;
|
||||
s32 res = _SUCCESS;
|
||||
|
||||
struct mp_priv *pmppriv = &padapter->mppriv;
|
||||
|
@ -498,7 +498,7 @@ void mp_stop_test(PADAPTER padapter)
|
|||
struct wlan_network *tgt_network = &pmlmepriv->cur_network;
|
||||
struct sta_info *psta;
|
||||
|
||||
_irqL irqL;
|
||||
unsigned long irqL;
|
||||
|
||||
if (pmppriv->mode==MP_ON)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue