Merge pull request #863 from ecsv/batadv-2022.1

batman-adv: Fix build with kernel 5.15.38
This commit is contained in:
Simon Wunderlich 2022-05-13 11:51:19 +02:00 committed by GitHub
commit 50e02d4cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ static inline void batadv_eth_hw_addr_set(struct net_device *dev,
#if LINUX_VERSION_IS_LESS(5, 18, 0)
#include <linux/netdevice.h>
static inline int batadv_netif_rx(struct sk_buff *skb)
{
if (in_interrupt())