mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Remove CONFIG_RECV_REORDERING_CTRL
This symbol is always defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
cc8740eb70
commit
d9320ea25b
2 changed files with 0 additions and 8 deletions
|
@ -3125,12 +3125,6 @@ static int recv_indicatepkt_reorder(struct adapter *padapter, union recv_frame *
|
|||
|
||||
return _SUCCESS;
|
||||
}
|
||||
|
||||
#ifndef CONFIG_RECV_REORDERING_CTRL
|
||||
/* indicate this recv_frame */
|
||||
rtw_recv_indicatepkt(padapter, prframe);
|
||||
return _SUCCESS;
|
||||
#endif
|
||||
} else if(pattrib->amsdu==1) { /* temp filter -> means didn't support A-MSDUs in a A-MPDU */
|
||||
if (preorder_ctrl->enable == false) {
|
||||
preorder_ctrl->indicate_seq = pattrib->seq_num;
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
|
||||
#define CONFIG_EMBEDDED_FWIMG
|
||||
|
||||
#define CONFIG_RECV_REORDERING_CTRL
|
||||
|
||||
#define CONFIG_SUPPORT_USB_INT
|
||||
|
||||
#define CONFIG_IPS
|
||||
|
|
Loading…
Reference in a new issue