]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: remove vlan_filter_disable and enable functions
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 25 Mar 2014 07:45:26 +0000 (07:45 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 23 Apr 2014 06:28:33 +0000 (23:28 -0700)
commit31c55f6a70c88eb187c3c221d0f60294bdf8e6aa
treee7c715b48ba4bcf9ed8544211bfcadc1d228bee5
parent868d51a305911602e2e1e1d2c2e4a16257a70f28
ixgbe: remove vlan_filter_disable and enable functions

Previously these functions handled stripping setup as well, but this has
already been removed from these functions. Rather than encapsulating
this into a function, we can just do the work directly in set_rx_mode.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c