mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +00:00
rtl8188eu: Remove CONFIG_RECV_REORDERING_CTRL
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
e1633b3914
commit
b31b2b3874
2 changed files with 2 additions and 11 deletions
|
@ -2503,13 +2503,6 @@ static int recv_indicatepkt_reorder(_adapter *padapter, union recv_frame *prfram
|
||||||
|
|
||||||
return _SUCCESS;
|
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 */
|
else if (pattrib->amsdu==1) /* temp filter -> means didn't support A-MSDUs in a A-MPDU */
|
||||||
{
|
{
|
||||||
|
|
|
@ -57,10 +57,8 @@
|
||||||
#endif
|
#endif
|
||||||
#define CONFIG_80211N_HT
|
#define CONFIG_80211N_HT
|
||||||
|
|
||||||
#define CONFIG_RECV_REORDERING_CTRL
|
#define CONFIG_SUPPORT_USB_INT
|
||||||
|
#ifdef CONFIG_SUPPORT_USB_INT
|
||||||
#define CONFIG_SUPPORT_USB_INT
|
|
||||||
#ifdef CONFIG_SUPPORT_USB_INT
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CONFIG_IPS
|
#define CONFIG_IPS
|
||||||
|
|
Loading…
Reference in a new issue