[PATCH v2 03/10] wifi: ath12k: implement handling of P2P NoA event
Jeff Johnson
quic_jjohnson at quicinc.com
Fri Jan 12 18:05:47 PST 2024
On 1/12/2024 5:35 PM, Karthikeyan Periyasamy wrote:
>
> On 1/12/2024 2:58 PM, Kang Yang wrote:
>> + ieee80211_iterate_active_interfaces_atomic(ar->hw,
>> + IEEE80211_IFACE_ITER_NORMAL,
>> + ath12k_p2p_noa_update_vdev_iter,
>> + &arg);
>
>
> ath12k_ar_to_hw(ar) is introduced to avoid direct access of hw from radio (ie, ar->hw).
>
> This new helper function introduced by the patchset "[PATCH v2 1/2] wifi: ath12k: Refactor the mac80211 hw access from link/radio"
>
>
> @jeff
>
> Any comments ?
you are correct, we should use the helper function
Please rebase on hw abstraction series
/jeff
More information about the ath12k
mailing list