From: Kalle Valo <kvalo@codeaurora.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [v3, 01/18] ath9k_htc: add new WMI_REG_RMW_CMDID command
Date: Mon, 30 Mar 2015 08:32:29 +0000 (UTC) [thread overview]
Message-ID: <20150330083229.A29981401F7@smtp.codeaurora.org> (raw)
In-Reply-To: <1427049003-8443-2-git-send-email-linux@rempel-privat.de>
> Since usb bus add extra delay on each request, a command
> with read + write requests is too expensive. We can dramtically
> reduce usb load by moving this command to firmware.
>
> In my tests, this patch will reduce channel scan time
> for about 5-10 seconds.
>
> Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Thanks, 18 patches applied to wireless-drivers-next.git:
8badb50cfab6 ath9k_htc: add new WMI_REG_RMW_CMDID command
8d1cbdef8a64 ath9k: ar9271_hw_pa_cal - use defs instead of magin numbers
0202a553f59b ath9k: ar9271_hw_pa_cal: use proper makroses.
93442c85d23a ath9k: ar9271_hw_pa_cal: use RMW buffer
d55ce0a6f983 ath9k: add multi_read to be compatible with ath9k_htc
a57cb45a0a05 ath9k: add new function ath9k_hw_read_array
03822782e829 ath9k: ar9271_hw_pa_cal: use REG_READ_ARRAY
9c05babd933e ath9k: use one shot read in ath9k_hw_update_mibstats
9830ba6c9ad0 ath9k: ath9k_hw_loadnf: use REG_RMW
3df5dd901d1a ath9k: write buffer related optimisation in ar5008_hw_set_channel_regs
10e03ef6b466 ath9k: ath9k_hw_set_4k_power_cal_tabl: use rmw buffer
7b37e0d4db03 ath9k: use rmw buffer in ath9k_hw_set_operating_mode and ath9k_hw_reset
18d6616f1bb1 ath9k: ath9k_hw_4k_set_board_values: use rmw buffer
2028523b6dce ath9k: ath9k_hw_analog_shift_rmw: use REG_RMW
ad10e0d65030 ath9k: ath9k_hw_4k_set_board_values: use rmw buffer
2dfc0247f0ff ath9k: use REG_RMW and rmw buffer in ath9k_hw_4k_set_gain
b1c1a26461a7 ath9k: use REG_RMW and rmw buffer in ath9k_hw_4k_set_board_values
eaa4059d56fd ath9k: use REG_RMW and rmw buffer in ath9k_hw_def_set_gain
Kalle Valo
next prev parent reply other threads:[~2015-03-30 8:32 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-22 18:29 [ath9k-devel] [PATCH v3 00/18] reduce some of ath9k_htc performance problems Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 01/18] ath9k_htc: add new WMI_REG_RMW_CMDID command Oleksij Rempel
2015-03-30 8:32 ` Kalle Valo [this message]
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 02/18] ath9k: ar9271_hw_pa_cal - use defs instead of magin numbers Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 03/18] ath9k: ar9271_hw_pa_cal: use proper makroses Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 04/18] ath9k: ar9271_hw_pa_cal: use RMW buffer Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 05/18] ath9k: add multi_read to be compatible with ath9k_htc Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 06/18] ath9k: add new function ath9k_hw_read_array Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 07/18] ath9k: ar9271_hw_pa_cal: use REG_READ_ARRAY Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 08/18] ath9k: use one shot read in ath9k_hw_update_mibstats Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 09/18] ath9k: ath9k_hw_loadnf: use REG_RMW Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 10/18] ath9k: write buffer related optimisation in ar5008_hw_set_channel_regs Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 11/18] ath9k: ath9k_hw_set_4k_power_cal_tabl: use rmw buffer Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 12/18] ath9k: use rmw buffer in ath9k_hw_set_operating_mode and ath9k_hw_reset Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 13/18] ath9k: ath9k_hw_4k_set_board_values: use rmw buffer Oleksij Rempel
2015-03-22 18:29 ` [ath9k-devel] [PATCH v3 14/18] ath9k: ath9k_hw_analog_shift_rmw: use REG_RMW Oleksij Rempel
2015-03-22 18:30 ` [ath9k-devel] [PATCH v3 15/18] ath9k: ath9k_hw_4k_set_board_values: use rmw buffer Oleksij Rempel
2015-03-22 18:30 ` [ath9k-devel] [PATCH v3 16/18] ath9k: use REG_RMW and rmw buffer in ath9k_hw_4k_set_gain Oleksij Rempel
2015-03-22 18:30 ` [ath9k-devel] [PATCH v3 17/18] ath9k: use REG_RMW and rmw buffer in ath9k_hw_4k_set_board_values Oleksij Rempel
2015-03-22 18:30 ` [ath9k-devel] [PATCH v3 18/18] ath9k: use REG_RMW and rmw buffer in ath9k_hw_def_set_gain Oleksij Rempel
2015-03-28 13:54 ` [ath9k-devel] [PATCH v3 00/18] reduce some of ath9k_htc performance problems Oleksij Rempel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150330083229.A29981401F7@smtp.codeaurora.org \
--to=kvalo@codeaurora.org \
--cc=ath9k-devel@lists.ath9k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox