We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9b305 commit a6d75ecCopy full SHA for a6d75ec
include/net/lapb.h
@@ -4,7 +4,7 @@
4
#include <linux/lapb.h>
5
#include <linux/refcount.h>
6
7
-#define LAPB_HEADER_LEN 20 /* LAPB over Ethernet + a bit more */
+#define LAPB_HEADER_LEN MAX_HEADER /* LAPB over Ethernet + a bit more */
8
9
#define LAPB_ACK_PENDING_CONDITION 0x01
10
#define LAPB_REJECT_CONDITION 0x02
0 commit comments