Hi,
this patchset is about cleaning up the pskb_may_pull(skb, hdr_size) in batadv_interface_rx. This was pointed out by Marek while he checked the "pskb_may_pull(skb, ETH_HLEN)"/"pskb_may_pull(skb, VLAN_ETH_HLEN)" fix [1]. This patchset *does not* replace the other fix.
The patchset contains three patches because:
* first one is there to make clear that batadv_interface_rx is not responsible for checking hdr_size * second one is a bonus. Just noticed this useless parameter while writing the kernel-doc * the last patch then really removes this extra check.
Kind regards, Sven