Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Jochen Friedrich and committed by
David S. Miller
cf225356 451677c4

+1 -1
+1 -1
include/net/llc_pdu.h
··· 357 357 358 358 /* LLC Type 1 XID command/response information fields format */ 359 359 struct llc_xid_info { 360 - u8 fmt_id; /* always 0x18 for LLC */ 360 + u8 fmt_id; /* always 0x81 for LLC */ 361 361 u8 type; /* different if NULL/non-NULL LSAP */ 362 362 u8 rw; /* sender receive window */ 363 363 };