Lines Matching refs:extra_tx_headroom
3415 int hw_headroom = sdata->local->hw.extra_tx_headroom; in ieee80211_xmit_fast()
4710 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*pspoll)); in ieee80211_pspoll_get()
4714 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_pspoll_get()
4758 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_nullfunc_get()
4763 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_nullfunc_get()
4803 skb = dev_alloc_skb(local->hw.extra_tx_headroom + sizeof(*hdr) + in ieee80211_probereq_get()
4808 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probereq_get()
5069 skb = dev_alloc_skb(local->hw.extra_tx_headroom + in ieee80211_tx_control_port()
5074 skb_reserve(skb, local->hw.extra_tx_headroom + sizeof(struct ethhdr)); in ieee80211_tx_control_port()
5102 skb = dev_alloc_skb(local->hw.extra_tx_headroom + len + in ieee80211_probe_mesh_link()
5108 skb_reserve(skb, local->hw.extra_tx_headroom); in ieee80211_probe_mesh_link()