mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-09 23:57:00 +00:00
Remove nonASCII symbol
This commit is contained in:
parent
3fe2bae159
commit
f7d2d03687
@ -1047,7 +1047,7 @@ usb_AggSettingRxUpdate_8812A(
|
||||
/* Adjust DMA page and thresh. */
|
||||
temp = pHalData->rxagg_dma_size | (pHalData->rxagg_dma_timeout << 8);
|
||||
rtw_write16(Adapter, REG_RXDMA_AGG_PG_TH, temp);
|
||||
rtw_write8(Adapter, REG_RXDMA_AGG_PG_TH + 3, BIT(7)); /* for dma agg , 0x280[31]¡GBIT_RXDMA_AGG_OLD_MOD, set 1 */
|
||||
rtw_write8(Adapter, REG_RXDMA_AGG_PG_TH + 3, BIT(7)); /* for dma agg , 0x280[31]1GBIT_RXDMA_AGG_OLD_MOD, set 1 */
|
||||
}
|
||||
break;
|
||||
case RX_AGG_USB:
|
||||
|
Loading…
Reference in New Issue
Block a user