mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
Revert "Importing some tweaks + typo"
This commit is contained in:
parent
7b13646b28
commit
66aa3863cf
2
Makefile
2
Makefile
@ -73,7 +73,7 @@ CONFIG_HIGH_ACTIVE = n
|
||||
CONFIG_PNO_SUPPORT = n
|
||||
CONFIG_PNO_SET_DEBUG = n
|
||||
CONFIG_AP_WOWLAN = n
|
||||
######### Notify SDIO Host Keep Power During Suspend ##########
|
||||
######### Notify SDIO Host Keep Power During Syspend ##########
|
||||
CONFIG_RTW_SDIO_PM_KEEP_POWER = y
|
||||
###################### MP HW TX MODE FOR VHT #######################
|
||||
CONFIG_MP_VHT_HW_TX_MODE = n
|
||||
|
@ -12276,13 +12276,14 @@ void rtw_delba_check(_adapter *padapter, struct sta_info *psta, u8 from_timer)
|
||||
ret = issue_del_ba_ex(padapter, psta->hwaddr, i, 39, 0, 3, 1);
|
||||
else
|
||||
issue_del_ba(padapter, psta->hwaddr, i, 39, 0);
|
||||
psta->recvreorder_ctrl[i].enable = _FALSE;
|
||||
psta->recvreorder_ctrl[i].enable = _FALSE;
|
||||
if (ret != _FAIL)
|
||||
psta->recvreorder_ctrl[i].ampdu_size = RX_AMPDU_SIZE_INVALID;
|
||||
rtw_reset_continual_no_rx_packet(psta, i);
|
||||
rtw_reset_continual_no_rx_packet(psta, i);
|
||||
}
|
||||
}
|
||||
}
|
||||
} else{
|
||||
else{
|
||||
/* The inactivity timer is reset when MPDUs to the TID is received. */
|
||||
rtw_reset_continual_no_rx_packet(psta, i);
|
||||
}
|
||||
|
@ -626,11 +626,11 @@ s32 rtl8814au_xmitframe_complete(_adapter *padapter, struct xmit_priv *pxmitpriv
|
||||
// check pkt amount in one bulk
|
||||
descCount = 0;
|
||||
bulkPtr = bulkSize;
|
||||
if (pbuf < bulkPtr) {
|
||||
if (pbuf < bulkPtr)
|
||||
descCount++;
|
||||
if (descCount == pHalData->UsbTxAggDescNum)
|
||||
goto agg_end;
|
||||
} else {
|
||||
else {
|
||||
descCount = 0;
|
||||
bulkPtr = ((pbuf / bulkSize) + 1) * bulkSize; // round to next bulkSize
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user