e2f6be563340371f78286b14aba887493a401535
[openwrt/staging/dedeckeh.git] / package / kernel / mac80211 / patches / build / 110-backport_napi_build_skb.patch
1 --- a/backport-include/linux/skbuff.h
2 +++ b/backport-include/linux/skbuff.h
3 @@ -140,4 +140,8 @@ static inline u64 skb_get_kcov_handle(st
4 }
5 #endif
6
7 +#if LINUX_VERSION_IS_LESS(5,11,0)
8 +#define napi_build_skb build_skb
9 +#endif
10 +
11 #endif /* __BACKPORT_SKBUFF_H */