Re: [PATCH net 2/2] net_sched: fix TCF_LAYER_LINK case in tcf_get_base_ptr
From: David Miller <davem@davemloft.net> Date: 2018-01-24 19:53:27
From: Wolfgang Bumiller <redacted>
Date: Thu, 18 Jan 2018 11:32:36 +0100
TCF_LAYER_LINK and TCF_LAYER_NETWORK returned the same pointer as
skb->data points to the network header.
Use skb_mac_header instead.
Signed-off-by: Wolfgang Bumiller <redacted>
Applied with Subject changed to be more consistent "net: sched:"