mirror of
https://github.com/brektrou/rtl8821CU.git
synced 2026-03-22 07:28:26 +08:00
Fix FCS on 8811
Issue also exist on 8811cu as described and fixed for 8812au at https://github.com/aircrack-ng/rtl8812au/issues/28
This commit is contained in:
@@ -38,7 +38,8 @@ static u8 recvbuf2recvframe_proccess_normal_rx
|
||||
|
||||
#ifdef CONFIG_RX_PACKET_APPEND_FCS
|
||||
if (check_fwstate(&padapter->mlmepriv, WIFI_MONITOR_STATE) == _FALSE) {
|
||||
if (rtl8821c_rx_fcs_appended(padapter))
|
||||
//if (rtl8821c_rx_fcs_appended(padapter))
|
||||
if ((pattrib->pkt_rpt_type == NORMAL_RX) && (pHalData->ReceiveConfig & RCR_APPFCS))
|
||||
pattrib->pkt_len -= IEEE80211_FCS_LEN;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user