linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ath11k: Send HT fixed rate in WMI peer fixed param
@ 2023-05-04  9:23 Maharaja Kennadyrajan
  2023-05-10 10:05 ` Maharaja Kennadyrajan
  0 siblings, 1 reply; 2+ messages in thread
From: Maharaja Kennadyrajan @ 2023-05-04  9:23 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, Maharaja Kennadyrajan

Due to the firmware behavior with HT fixed rate setting,
HT fixed rate MCS with NSS > 1 are treated as NSS = 1
HT rates in the firmware and enables the HT fixed rate of
NSS = 1.

This leads to HT fixed rate is always configured for NSS = 1
even though the user sets NSS = 2 or > 1 HT fixed MCS in the
set bitrate command.

Currently HT fixed MCS is sent via WMI peer assoc command.
Fix this issue, by sending the HT fixed rate MCS in WMI peer
fixed param instead of sending in peer assoc command.

Maharaja Kennadyrajan (2):
  ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and
    change hweight16 to hweight8
  ath11k: Send HT fixed rate in WMI peer fixed param

 drivers/net/wireless/ath/ath11k/mac.c | 93 ++++++++++++++++++++++-----
 1 file changed, 76 insertions(+), 17 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/2] ath11k: Send HT fixed rate in WMI peer fixed param
  2023-05-04  9:23 [PATCH 0/2] ath11k: Send HT fixed rate in WMI peer fixed param Maharaja Kennadyrajan
@ 2023-05-10 10:05 ` Maharaja Kennadyrajan
  0 siblings, 0 replies; 2+ messages in thread
From: Maharaja Kennadyrajan @ 2023-05-10 10:05 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless

Hi,

Ignore this patchset, I have sent the v2 version of this patchset by 
rebasing it on latest TOT.

> Due to the firmware behavior with HT fixed rate setting,
> HT fixed rate MCS with NSS > 1 are treated as NSS = 1
> HT rates in the firmware and enables the HT fixed rate of
> NSS = 1.
>
> This leads to HT fixed rate is always configured for NSS = 1
> even though the user sets NSS = 2 or > 1 HT fixed MCS in the
> set bitrate command.
>
> Currently HT fixed MCS is sent via WMI peer assoc command.
> Fix this issue, by sending the HT fixed rate MCS in WMI peer
> fixed param instead of sending in peer assoc command.
>
> Maharaja Kennadyrajan (2):
>    ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and
>      change hweight16 to hweight8
>    ath11k: Send HT fixed rate in WMI peer fixed param
>
>   drivers/net/wireless/ath/ath11k/mac.c | 93 ++++++++++++++++++++++-----
>   1 file changed, 76 insertions(+), 17 deletions(-)
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-10 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04  9:23 [PATCH 0/2] ath11k: Send HT fixed rate in WMI peer fixed param Maharaja Kennadyrajan
2023-05-10 10:05 ` Maharaja Kennadyrajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).