瀏覽代碼

[LLC]: Fix typo

Signed-off-by: Jochen Friedrich <jochen@scram.de>
Acked-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jochen Friedrich 19 年之前
父節點
當前提交
cf22535657
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/net/llc_pdu.h

+ 1 - 1
include/net/llc_pdu.h

@@ -357,7 +357,7 @@ static inline void llc_pdu_init_as_test_rsp(struct sk_buff *skb,
 
 
 /* LLC Type 1 XID command/response information fields format */
 /* LLC Type 1 XID command/response information fields format */
 struct llc_xid_info {
 struct llc_xid_info {
-	u8 fmt_id;	/* always 0x18 for LLC */
+	u8 fmt_id;	/* always 0x81 for LLC */
 	u8 type;	/* different if NULL/non-NULL LSAP */
 	u8 type;	/* different if NULL/non-NULL LSAP */
 	u8 rw;		/* sender receive window */
 	u8 rw;		/* sender receive window */
 };
 };