Skip to content

Commit

Permalink
spider_net: do not mention dying vlan_hwaccel_receive_skb
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jul 21, 2011
1 parent b85da2c commit 9c5d061
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/net/spider_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -1004,9 +1004,7 @@ spider_net_pass_skb_up(struct spider_net_descr *descr,
}

if (data_status & SPIDER_NET_VLAN_PACKET) {
/* further enhancements: HW-accel VLAN
* vlan_hwaccel_receive_skb
*/
/* further enhancements: HW-accel VLAN */
}

/* update netdevice statistics */
Expand Down

0 comments on commit 9c5d061

Please sign in to comment.