1
0
Fork 0

Add update given by Ampak related to errors/warnings from driver during download of larger files

ap6256_fix_bcmdhd
Steinar Bakkemo 2019-01-18 12:58:51 +01:00
parent 6f3e078ac4
commit 33c6ccd406
1 changed files with 2 additions and 1 deletions

View File

@ -2529,7 +2529,8 @@ dhd_conf_preinit(dhd_pub_t *dhd)
conf->dhd_poll = -1;
conf->txctl_tmo_fix = FALSE;
conf->tx_in_rx = TRUE;
conf->txglom_mode = SDPCM_TXGLOM_MDESC;
/* conf->txglom_mode = SDPCM_TXGLOM_MDESC; */
conf->txglom_mode = SDPCM_TXGLOM_CPY;
conf->deferred_tx_len = 0;
#endif
conf->ampdu_ba_wsize = 0;