Search Linux Wireless

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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/12/2022 4:29 PM, Sriram R (QUIC) wrote:
+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.

understand. so create an ieee80211_frag_number() function in ieee80211.h




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux