LinuxKPI: skbuff.h add skb_postpush_rcsum()
Add a stub for skb_postpush_rcsum() needed by an updated iwlwifi. Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
dd08b84e35
commit
a3e07b6ef3
@ -886,6 +886,12 @@ csum_unfold(__sum16 sum)
|
||||
return (sum);
|
||||
}
|
||||
|
||||
static __inline void
|
||||
skb_postpush_rcsum(struct sk_buff *skb, const void *data, size_t len)
|
||||
{
|
||||
SKB_TODO();
|
||||
}
|
||||
|
||||
static inline void
|
||||
skb_reset_tail_pointer(struct sk_buff *skb)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user