On 2017年01月11日 17:02, Johannes Berg wrote:
I don't think this makes sense - if you only have two peers then you shouldn't even run into forwarding code paths? johannes
Though it looks odd, the code has run into forwarding code path even though peer to peer mesh connection.
fwd_skb = skb_copy(skb, GFP_ATOMIC); I checked it with printk(). # I know printk() should not be used in the context, just for checking. Masashi Honma.