openwrt / routing

OpenWrt Routing Packages
328 stars 369 forks source link

batman-adv: compat: Fix skb_vlan_eth_hdr conflict in stable kernels #1038

Closed ecsv closed 8 months ago

ecsv commented 8 months ago

Maintainer: @simonwunderlich Compile tested: ramips / mipsel_24kc (mt76x8) Run tested: -

Description:

The newest Linux stable kernel releases:

received a backported version of commit 1f5020acb33f ("net: vlan: introduce skb_vlan_eth_hdr()"). batman-adv must therefore not provide this function any longer for these kernel versions.

Closes: #1036