From da5ebe2c9ad65a1534e61459d4ec0d80c41ddb0e Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 23 May 2012 07:58:11 +0000 Subject: net: cosmetic: Add a more explicit comment about 802.2 Make the comment more accurate about the header including SNAP Signed-off-by: Joe Hershberger Acked-by: Simon Glass --- net/net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/net.c') diff --git a/net/net.c b/net/net.c index b8a267ccbe7..1293688aba6 100644 --- a/net/net.c +++ b/net/net.c @@ -898,7 +898,8 @@ NetReceive(uchar *inpkt, int len) if (x < 1514) { struct e802_hdr *et802 = (struct e802_hdr *)et; /* - * Got a 802 packet. Check the other protocol field. + * Got a 802.2 packet. Check the other protocol field. + * XXX VLAN over 802.2+SNAP not implemented! */ x = ntohs(et802->et_prot); -- cgit v1.2.3