Re: [PATCH net-next] net/packet: Fix a comment about mac_header

2020-09-17 Thread David Miller
From: Xie He Date: Wed, 16 Sep 2020 05:23:08 -0700 > 1. Change all "dev->hard_header" to "dev->header_ops" > > 2. On receiving incoming frames when header_ops == NULL: > > The comment only says what is wrong, but doesn't say what is right. > This patch changes the comment to make it clear what

Re: [PATCH net-next] net/packet: Fix a comment about mac_header

2020-09-17 Thread Xie He
On Thu, Sep 17, 2020 at 1:51 AM Willem de Bruijn wrote: > > Acked-by: Willem de Bruijn Thank you, Willem!

Re: [PATCH net-next] net/packet: Fix a comment about mac_header

2020-09-17 Thread Willem de Bruijn
On Wed, Sep 16, 2020 at 8:54 PM Xie He wrote: > > 1. Change all "dev->hard_header" to "dev->header_ops" > > 2. On receiving incoming frames when header_ops == NULL: > > The comment only says what is wrong, but doesn't say what is right. > This patch changes the comment to make it clear what is rig

[PATCH net-next] net/packet: Fix a comment about mac_header

2020-09-16 Thread Xie He
1. Change all "dev->hard_header" to "dev->header_ops" 2. On receiving incoming frames when header_ops == NULL: The comment only says what is wrong, but doesn't say what is right. This patch changes the comment to make it clear what is right. 3. On transmitting and receiving outgoing frames when