wl12xx: Do end-of-transactions transfers only if needed
On newer hardware revisions, there is no need to write the host's counter at the end of a RX transaction. The same applies to writing the number of packets at the end of a TX transaction. It is generally a good idea to avoid unnecessary SDIO/SPI transfers. Throughput and CPU usage are improved when avoiding these. Send the host's RX counter and the TX packet count only if needed, based on the hardware revision. [Changed WL12XX_QUIRK_END_OF_TRANSACTION to use BIT(0) -- Luca] Signed-off-by:Ido Yariv <ido@wizery.com> Signed-off-by:
Ohad Ben-Cohen <ohad@wizery.com> Reviewed-by:
Luciano Coelho <coelho@ti.com> Signed-off-by:
Luciano Coelho <coelho@ti.com>
Showing
- drivers/net/wireless/wl12xx/boot.c 3 additions, 0 deletionsdrivers/net/wireless/wl12xx/boot.c
- drivers/net/wireless/wl12xx/boot.h 5 additions, 0 deletionsdrivers/net/wireless/wl12xx/boot.h
- drivers/net/wireless/wl12xx/main.c 1 addition, 0 deletionsdrivers/net/wireless/wl12xx/main.c
- drivers/net/wireless/wl12xx/rx.c 7 additions, 1 deletiondrivers/net/wireless/wl12xx/rx.c
- drivers/net/wireless/wl12xx/tx.c 8 additions, 2 deletionsdrivers/net/wireless/wl12xx/tx.c
- drivers/net/wireless/wl12xx/wl12xx.h 8 additions, 0 deletionsdrivers/net/wireless/wl12xx/wl12xx.h
Loading
Please register or sign in to comment