diff --git a/core/rtw_recv.c b/core/rtw_recv.c index d3be7ba..f4cbb32 100755 --- a/core/rtw_recv.c +++ b/core/rtw_recv.c @@ -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; diff --git a/include/autoconf.h b/include/autoconf.h index aa89425..d625c34 100755 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -30,8 +30,6 @@ #define CONFIG_EMBEDDED_FWIMG -#define CONFIG_RECV_REORDERING_CTRL - #define CONFIG_SUPPORT_USB_INT #define CONFIG_IPS