From 1f17cf0dfb16a51a1dfbf3a9683c15e15d87c34b Mon Sep 17 00:00:00 2001 From: Jochen Friedrich Date: Mon, 14 Nov 2005 21:58:18 -0800 Subject: [PATCH] --- yaml --- r: 14256 b: refs/heads/master c: cf225356578326308b16a0fd03ff3fa72fe3da07 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/llc_pdu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 74726f26ce41..46365fe581a9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 451677c46feb5fb39cb7f71035b8716064fcbd57 +refs/heads/master: cf225356578326308b16a0fd03ff3fa72fe3da07 diff --git a/trunk/include/net/llc_pdu.h b/trunk/include/net/llc_pdu.h index c7a959428b4f..8f6306581fa7 100644 --- a/trunk/include/net/llc_pdu.h +++ b/trunk/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 */ 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 rw; /* sender receive window */ };