Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54985120 authored by Girish Moodalbail's avatar Girish Moodalbail Committed by David S. Miller
Browse files

net: fix incorrect comment with regard to VLAN packet handling



The commit bcc6d479 ("net: vlan: make non-hw-accel rx path similar
to hw-accel") unified accel and non-accel path for VLAN RX. With that
fix we do not register any packet_type handler for VLANs anymore, so fix
the incorrect comment.

Signed-off-by: default avatarGirish Moodalbail <girish.moodalbail@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b79c069a
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -4479,15 +4479,7 @@ do { \
 *	Why 16. Because with 16 the only overlap we get on a hash of the
 *	Why 16. Because with 16 the only overlap we get on a hash of the
 *	low nibble of the protocol value is RARP/SNAP/X.25.
 *	low nibble of the protocol value is RARP/SNAP/X.25.
 *
 *
 *      NOTE:  That is no longer true with the addition of VLAN tags.  Not
 *             sure which should go first, but I bet it won't make much
 *             difference if we are running VLANs.  The good news is that
 *             this protocol won't be in the list unless compiled in, so
 *             the average user (w/out VLANs) will not be adversely affected.
 *             --BLG
 *
 *		0800	IP
 *		0800	IP
 *		8100    802.1Q VLAN
 *		0001	802.3
 *		0001	802.3
 *		0002	AX.25
 *		0002	AX.25
 *		0004	802.2
 *		0004	802.2