commit | a57cb45a0a051601e14f81436b62750cc4f478c3 | [log] [tgz] |
---|---|---|
author | Oleksij Rempel <linux@rempel-privat.de> | Sun Mar 22 19:29:51 2015 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Mar 30 11:31:29 2015 +0300 |
tree | 4e24818d82bc299f92c0b023cf6eff1b9e618ad4 | |
parent | d55ce0a6f98305c75c4581d7a19be622bb95179a [diff] |
ath9k: add new function ath9k_hw_read_array REG_READ generate most overhead on usb bus. It send and read micro packages and reduce usb bandwidth. To reduce this overhead we should read in batches. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>