wmi_data_hdr
(1500 + sizeof(struct wmi_data_hdr) + \
(3840 + sizeof(struct wmi_data_hdr) + \
sizeof(struct wmi_data_hdr) +
struct wmi_data_hdr *dhdr;
wmi_data_hdr_get_if_idx((struct wmi_data_hdr *) skb->data);
min_hdr_len = sizeof(struct ethhdr) + sizeof(struct wmi_data_hdr) +
dhdr = (struct wmi_data_hdr *) skb->data;
offset = sizeof(struct wmi_data_hdr) + pad_before_data_start;
skb_pull(skb, sizeof(struct wmi_data_hdr));
eth_hdr = (struct ethhdr *) (datap + sizeof(struct wmi_data_hdr));
(struct wmi_data_hdr *) packet->buf);
size = sizeof(struct ath6kl_llc_snap_hdr) + sizeof(struct wmi_data_hdr);
struct wmi_data_hdr *data_hdr;
struct wmi_data_hdr *data_hdr;
skb_push(skb, sizeof(struct wmi_data_hdr));
data_hdr = (struct wmi_data_hdr *) skb->data;
skb_push(skb, sizeof(struct wmi_data_hdr));
data_hdr = (struct wmi_data_hdr *)skb->data;
memset(data_hdr, 0, sizeof(struct wmi_data_hdr));
struct wmi_data_hdr *data_hdr;
data_hdr = (struct wmi_data_hdr *) datap;
wmi_data_hdr) +
static inline u8 wmi_data_hdr_get_up(struct wmi_data_hdr *dhdr)
static inline void wmi_data_hdr_set_up(struct wmi_data_hdr *dhdr,
static inline u8 wmi_data_hdr_get_dot11(struct wmi_data_hdr *dhdr)
static inline u16 wmi_data_hdr_get_seqno(struct wmi_data_hdr *dhdr)
static inline u8 wmi_data_hdr_is_amsdu(struct wmi_data_hdr *dhdr)
static inline u8 wmi_data_hdr_get_meta(struct wmi_data_hdr *dhdr)
static inline u8 wmi_data_hdr_get_if_idx(struct wmi_data_hdr *dhdr)