mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-26 15:14:02 +00:00
Fix some 8814au slow speed issue
This commit is contained in:
parent
55f9b9c48d
commit
b4bce69ca8
@ -132,7 +132,7 @@ static s32 update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem, s32 sz ,u8 bag
|
|||||||
rtl8814a_fill_txdesc_sectype(pattrib, ptxdesc);
|
rtl8814a_fill_txdesc_sectype(pattrib, ptxdesc);
|
||||||
|
|
||||||
//offset 20
|
//offset 20
|
||||||
}
|
|
||||||
#ifdef CONFIG_USB_TX_AGGREGATION
|
#ifdef CONFIG_USB_TX_AGGREGATION
|
||||||
if (pxmitframe->agg_num > 1){
|
if (pxmitframe->agg_num > 1){
|
||||||
//RTW_INFO("%s agg_num:%d\n",__FUNCTION__,pxmitframe->agg_num );
|
//RTW_INFO("%s agg_num:%d\n",__FUNCTION__,pxmitframe->agg_num );
|
||||||
@ -223,8 +223,8 @@ static s32 update_txdesc(struct xmit_frame *pxmitframe, u8 *pmem, s32 sz ,u8 bag
|
|||||||
|
|
||||||
SET_TX_DESC_TX_RATE_8814A(ptxdesc, MRateToHwRate(pmlmeext->tx_rate));
|
SET_TX_DESC_TX_RATE_8814A(ptxdesc, MRateToHwRate(pmlmeext->tx_rate));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if ((pxmitframe->frame_tag&0x0f)== MGNT_FRAMETAG) {
|
else if ((pxmitframe->frame_tag&0x0f)== MGNT_FRAMETAG) {
|
||||||
//RTW_INFO("pxmitframe->frame_tag == MGNT_FRAMETAG\n");
|
//RTW_INFO("pxmitframe->frame_tag == MGNT_FRAMETAG\n");
|
||||||
|
|
||||||
SET_TX_DESC_USE_RATE_8814A(ptxdesc, 1);
|
SET_TX_DESC_USE_RATE_8814A(ptxdesc, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user