Files
linux/drivers
Jakub Kicinski e950329880 wifi: ath9k: silence array-bounds warning on GCC 12
GCC 12 says:

drivers/net/wireless/ath/ath9k/mac.c: In function ‘ath9k_hw_resettxqueue’:
drivers/net/wireless/ath/ath9k/mac.c:373:22: warning: array subscript 32 is above array bounds of ‘struct ath9k_tx_queue_info[10]’ [-Warray-bounds]
  373 |         qi = &ah->txq[q];
      |               ~~~~~~~^~~

I don't know where it got the 32 from, relegate the warning to W=1+.

Acked-by: Kalle Valo <kvalo@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-05-22 17:23:05 -07:00
..
2022-04-06 08:47:52 -06:00
2022-04-08 12:59:43 -07:00
2022-04-27 20:36:47 +02:00
2022-04-24 17:25:10 +02:00
2022-05-18 13:58:13 +01:00
2022-05-11 08:29:11 +03:00
2022-05-18 12:31:31 -04:00