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)
commita9b8943ee129e11045862d6d6e25c5b63c95403c
treee7c715b48ba4bcf9ed8544211bfcadc1d228bee5
parentf8e2472f4fe245aff1eec86f6248270abc940e1f
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