bcmdhd: solve ap6212 sdio transmit abnormal

This commit is contained in:
hwg
2015-06-16 09:40:05 +08:00
parent dc434cc6a0
commit 2b23c1bbde

View File

@@ -2006,6 +2006,10 @@ dhd_conf_preinit(dhd_pub_t *dhd)
if (conf->chip == BCM4356_CHIP_ID) {
conf->txbf = 1;
}
if (conf->chip == BCM43430_CHIP_ID) {
conf->bus_rxglom = FALSE;
conf->use_rxchain = 0;
}
return 0;
}