commit | 25805dcf9d83098cf5492117ad2669cd14cc9b24 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Fri Jun 01 09:44:01 2007 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Sun Jun 03 11:44:20 2007 -0400 |
tree | 741134040babb0c2bce52d054fa5f08cf530449d | |
parent | cb434e380d58d3956c75dc5ead00eced599b9d16 [diff] |
network drivers: eliminate unneeded kill_vid code Many drivers had code that did kill_vid, but they weren't doing vlan filtering. With new API the stub is unneeded unless device sets NETIF_F_HW_VLAN_FILTER. Bad habit: I couldn't resist fixing a couple of nearby style things in acenic, and forcedeth. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>