]> git.baikalelectronics.ru Git - kernel.git/commit
igc: Remove igc_*_mac_steering_filter() wrappers
authorAndre Guedes <andre.guedes@intel.com>
Wed, 18 Mar 2020 23:00:59 +0000 (16:00 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sun, 19 Apr 2020 19:14:12 +0000 (12:14 -0700)
commit52c3284771dbd91288f7419ee489a6787b2b4816
tree77b849520ba9a30d45b400b215abe65af4183093
parent3ecd927c6d594fc1e6eb2c32e8a5d42b9490e259
igc: Remove igc_*_mac_steering_filter() wrappers

With the previous two patches, igc_add_mac_steering_filter() and
igc_del_mac_steering_filter() became a pointless wrapper of
igc_add_mac_filter() and igc_del_mac_filter().

This patch removes these wrappers and update callers to call
igc_add_mac_filter() and igc_del_mac_filter() directly.

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igc/igc.h
drivers/net/ethernet/intel/igc/igc_ethtool.c
drivers/net/ethernet/intel/igc/igc_main.c