diff --git a/core/rtw_recv.c b/core/rtw_recv.c index 6930033..9b33d18 100644 --- a/core/rtw_recv.c +++ b/core/rtw_recv.c @@ -2503,13 +2503,6 @@ static int recv_indicatepkt_reorder(_adapter *padapter, union recv_frame *prfram 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 */ { diff --git a/include/autoconf.h b/include/autoconf.h index 3a485b4..c8acaed 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -57,10 +57,8 @@ #endif #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 #define CONFIG_IPS