Searched refs:RTW89_RADIOTAP_ROOM (Results 1 – 2 of 2) sorted by relevance
73 #define RTW89_RADIOTAP_ROOM \ macro9124 skb = dev_alloc_skb(length + RTW89_RADIOTAP_ROOM); in rtw89_alloc_skb_for_rx()9128 skb_reserve(skb, RTW89_RADIOTAP_ROOM); in rtw89_alloc_skb_for_rx()
3805 if (unlikely(skb_headroom(skb) < RTW89_RADIOTAP_ROOM + NET_SKB_PAD)) in rtw89_core_update_radiotap()