~vicamo/ubuntu/+source/linux/+git/kernel-rebuilds:ath-next/jammy

Last commit made on 2022-04-18
Get this branch:
git clone -b ath-next/jammy https://git.launchpad.net/~vicamo/ubuntu/+source/linux/+git/kernel-rebuilds
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
ath-next/jammy
Repository:
lp:~vicamo/ubuntu/+source/linux/+git/kernel-rebuilds

Recent commits

84942ac... by You-Sheng Yang

debian: update changelog

bdc51cd... by You-Sheng Yang

UBUNTU: [Config] enable ATH11K_DEBUG

Signed-off-by: You-Sheng Yang <email address hidden>

39d187b... by You-Sheng Yang

Merge tag 'cod/mainline/v5.18-rc1' into ath-next/jammy

d7ceee8... by Yang Li <email address hidden>

ath9k: Remove unnecessary print function dev_err()

The print function dev_err() is redundant because
platform_get_irq_byname() already prints an error.

Eliminate the follow coccicheck warning:
./drivers/net/wireless/ath/ath9k/ahb.c:103:2-9: line 103 is redundant
because platform_get_irq() already prints an error

Reported-by: Abaci Robot <email address hidden>
Signed-off-by: Yang Li <email address hidden>
Acked-by: Toke Høiland-Jørgensen <email address hidden>
Signed-off-by: Kalle Valo <email address hidden>
Link: https://<email address hidden>

2578171... by Yang Li <email address hidden>

wcn36xx: clean up some inconsistent indenting

Eliminate the follow smatch warning:
drivers/net/wireless/ath/wcn36xx/smd.c:3151
wcn36xx_smd_gtk_offload_get_info_rsp() warn: inconsistent indenting

Reported-by: Abaci Robot <email address hidden>
Signed-off-by: Yang Li <email address hidden>
Acked-by: Loic Poulain <email address hidden>
Signed-off-by: Kalle Valo <email address hidden>
Link: https://<email address hidden>

405342e... by Colin Ian King

ath11k: Fix spelling mistake "reseting" -> "resetting"

There is a spelling mistake in an ath11k_warn message. Fix it.

Signed-off-by: Colin Ian King <email address hidden>
Signed-off-by: Kalle Valo <email address hidden>
Link: https://<email address hidden>

24584d4... by Peter Seiderer

ath9k: fix ath_get_rate_txpower() to respect the rate list end tag

Stop reading (and copying) from ieee80211_tx_rate to ath_tx_info.rates
after list end tag (count == 0, idx < 0), prevents copying of garbage
to card registers.

Note: no need to write to the remaining ath_tx_info.rates entries
as the complete ath_tx_info struct is already initialized to zero from
both call sites.

Signed-off-by: Peter Seiderer <email address hidden>
Acked-by: Toke Høiland-Jørgensen <email address hidden>
Signed-off-by: Kalle Valo <email address hidden>
Link: https://<email address hidden>

ebc7a49... by Kalle Valo <email address hidden>

Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git

ath.git patches for v5.19. Major changes:

ath11k

* Wake-on-WLAN support for QCA6390 and WCN6855

* device recovery (firmware restart) support for QCA6390 and WCN6855

wcn36xx

* support for transmit rate reporting to user space

b9e34ba... by Kalle Valo <email address hidden>

ath11k: mhi: remove unnecessary goto from ath11k_mhi_start()

No need to have goto for a return statement, so simplify the code. While at it,
print warning messages if power up calls fail.

No functional changes.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03003-QCAHSPSWPL_V1_V2_SILICONZ_LITE-2

Signed-off-by: Kalle Valo <email address hidden>
Link: https://<email address hidden>

3e80fcb... by Kalle Valo <email address hidden>

ath11k: mhi: add error handling for suspend and resume

While reviewing the mhi.c I noticed we were just ignoring the errors coming
from MHI subsystem during suspend and resume. Add proper checks and warning
messages. Also pass the error value to callers.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03003-QCAHSPSWPL_V1_V2_SILICONZ_LITE-2

Signed-off-by: Kalle Valo <email address hidden>
Link: https://<email address hidden>