diff options
author | Girish Moodalbail <girish.moodalbail@oracle.com> | 2017-11-07 11:32:11 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-10 18:04:21 +0900 |
commit | 54985120a1c461b74f9510e5d730971f2a2383b1 (patch) | |
tree | 3f30edb451bc3b8fabde649129a3470d88434849 | |
parent | b79c069a8ceb5a7520a4b1e98066851ca148e52a (diff) | |
download | linux-54985120a1c461b74f9510e5d730971f2a2383b1.tar.bz2 |
net: fix incorrect comment with regard to VLAN packet handling
The commit bcc6d4790361 ("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: Girish Moodalbail <girish.moodalbail@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/netdevice.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 79518ede3170..6b274bfe489f 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -4479,15 +4479,7 @@ do { \ * 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. * - * 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 - * 8100 802.1Q VLAN * 0001 802.3 * 0002 AX.25 * 0004 802.2 |