[PATCH v5 2/8] ath10k: enable RX bundle receive for sdio

2019-09-05 Thread Wen Gong
From: Alagu Sankar The existing implementation of initiating multiple sdio transfers for receive bundling is slowing down the receive speed. Combining the transfers using a bundle method would be ideal. The transmission utilization ratio for sdio bus for small packet is slow, because the space a

Re: [PATCH v5 2/8] ath10k: enable RX bundle receive for sdio

2019-09-21 Thread Kalle Valo
Wen Gong writes: > From: Alagu Sankar > > The existing implementation of initiating multiple sdio transfers for > receive bundling is slowing down the receive speed. Combining the > transfers using a bundle method would be ideal. > > The transmission utilization ratio for sdio bus for small pack