mbox series

[0/2] wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list

Message ID 20240411165516.4070649-1-kvalo@kernel.org
Headers show
Series wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list | expand

Message

Kalle Valo April 11, 2024, 4:55 p.m. UTC
From: Kalle Valo <quic_kvalo@quicinc.com>

Fix a recently introduced sparse warning in ath11k_mac_op_ipv6_changed() and
switch to use list_for_each_entry() in the same function. My plan is to get
first patch to wireless tree and the second patch ath-next (once the first
patch is there).

Please review.

Kalle Valo (2):
  wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list
  wifi: ath11k: ath11k_mac_op_ipv6_changed(): use list_for_each_entry()

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


base-commit: 363e7193eaf258fe7f04e8db560bd8a282a12cd9