mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Convert typedef statements from include/odm_HWConfig.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
a4a1896f86
commit
476eaf9a4e
25 changed files with 170 additions and 297 deletions
|
@ -36,9 +36,9 @@ Caller and the rtw_cmd_thread can protect cmd_q by spin_lock.
|
|||
No irqsave is necessary.
|
||||
*/
|
||||
|
||||
sint _rtw_init_cmd_priv (struct cmd_priv *pcmdpriv)
|
||||
int _rtw_init_cmd_priv (struct cmd_priv *pcmdpriv)
|
||||
{
|
||||
sint res=_SUCCESS;
|
||||
int res=_SUCCESS;
|
||||
|
||||
_func_enter_;
|
||||
|
||||
|
@ -83,9 +83,9 @@ _func_exit_;
|
|||
|
||||
static void c2h_wk_callback(struct work_struct *work);
|
||||
|
||||
sint _rtw_init_evt_priv(struct evt_priv *pevtpriv)
|
||||
int _rtw_init_evt_priv(struct evt_priv *pevtpriv)
|
||||
{
|
||||
sint res=_SUCCESS;
|
||||
int res=_SUCCESS;
|
||||
|
||||
_func_enter_;
|
||||
|
||||
|
@ -154,7 +154,7 @@ ISR/Call-Back functions can't call this sub-function.
|
|||
|
||||
*/
|
||||
|
||||
sint _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj)
|
||||
int _rtw_enqueue_cmd(struct __queue *queue, struct cmd_obj *obj)
|
||||
{
|
||||
unsigned long irqL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue