[PATCH 15/50] wifi: ath12k: add dp_rx.c

Sriram R (QUIC) quic_srirrama at quicinc.com
Wed Oct 12 16:29:07 PDT 2022


>> +static u16 ath12k_dp_rx_h_frag_no(struct ath12k_base *ab,
>> +                               struct sk_buff *skb) {
>> +     struct ieee80211_hdr *hdr;
>> +
>> +     hdr = (struct ieee80211_hdr *)(skb->data + ab->hw_params-
>>hal_desc_sz);
>> +     return le16_to_cpu(hdr->seq_ctrl) & IEEE80211_SCTL_FRAG;
>
>should there be an ieee80211.h function for this? we already have:
>ieee80211_is_first_frag()
>ieee80211_is_frag()
Yeah, but we needed the frag no in this case. 

Thanks,
Sriram.R


More information about the ath12k mailing list