]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: ath9k: remove TX99 power array zero init
authorRosen Penev <rosenp@gmail.com>
Sun, 17 May 2026 22:21:36 +0000 (15:21 -0700)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Sat, 6 Jun 2026 15:46:29 +0000 (08:46 -0700)
commit13cdd324cc155200ea328257c746004d898ff3de
tree9446cf5d7a9317eb138d7d81173112c7d193879b
parent44589c155e6f4531100ddd3b6478190edd075035
wifi: ath9k: remove TX99 power array zero init

This array is fully initialized in the loop itself. No need to zero
initialize and then overwrite.

Remove static from the array. This was a holdover from when the array
was a static global variable. It no longer confers any benefit.

Also add a min() call to avoid the manual if/ternary operation.

Assisted-by: Codex:GPT-5.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Acked-by: Toke Høiland-Jørgensen <toke@toke.dk>
Link: https://patch.msgid.link/20260517222136.1660347-1-rosenp@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath9k/ar9003_phy.c