[PATCH v3 2/2] wifi: ath12k: Add support for MLO Multicast handling in driver
Aditya Kumar Singh
aditya.kumar.singh at oss.qualcomm.com
Mon Feb 3 08:00:45 PST 2025
On 2/3/25 13:25, Balamurugan Mahalingam wrote:
> --- a/drivers/net/wireless/ath/ath12k/mac.c
> +++ b/drivers/net/wireless/ath/ath12k/mac.c
> @@ -7151,6 +7151,22 @@ static void ath12k_mac_add_p2p_noa_ie(struct ath12k *ar,
> spin_unlock_bh(&ar->data_lock);
> }
>
> +/* Note: called under rcu_read_lock() */
> +static void ath12k_mlo_mcast_update_tx_link_address(struct ieee80211_vif *vif,
> + u8 link, struct sk_buff *skb,
Can we name the arg as link_id only to have clarity?
[..]
> +
> +skip_peer_find:
> + ret = ath12k_dp_tx(tmp_ar, tmp_arvif,
> + msdu_copied, true, mcbc_gsn);
> +
Remove extra blank line?
--
Aditya
More information about the ath12k
mailing list