Re: [PATCH v2] drivers/net/wan/lapbether: Fixed the value of hard_header_len

2020-07-06 Thread David Miller
From: Xie He Date: Sun, 5 Jul 2020 17:45:21 -0700 > When this driver transmits data, > first this driver will remove a pseudo header of 1 byte, > then the lapb module will prepend the LAPB header of 2 or 3 bytes, > then this driver will prepend a length field of 2 bytes, > then the under

[PATCH v2] drivers/net/wan/lapbether: Fixed the value of hard_header_len

2020-07-05 Thread Xie He
When this driver transmits data, first this driver will remove a pseudo header of 1 byte, then the lapb module will prepend the LAPB header of 2 or 3 bytes, then this driver will prepend a length field of 2 bytes, then the underlying Ethernet device will prepend its own header. So, the hea