mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Remove "if 1"
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
715a0150a8
commit
cfd60faf5e
21 changed files with 2 additions and 682 deletions
|
@ -609,7 +609,6 @@ void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame)
|
|||
}
|
||||
ptable += index;
|
||||
|
||||
#if 1
|
||||
if (psta != NULL)
|
||||
{
|
||||
if (GetRetry(pframe))
|
||||
|
@ -623,14 +622,6 @@ void mgt_dispatcher(struct adapter *padapter, union recv_frame *precv_frame)
|
|||
}
|
||||
psta->RxMgmtFrameSeqNum = precv_frame->u.hdr.attrib.seq_num;
|
||||
}
|
||||
#else
|
||||
|
||||
if(GetRetry(pframe))
|
||||
{
|
||||
/* RT_TRACE(_module_rtl871x_mlme_c_,_drv_err_,("drop due to decache!\n")); */
|
||||
/* return; */
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_AP_MODE
|
||||
switch (GetFrameSubType(pframe))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue