]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: convert to real ndo_set_rx_mode
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Fri, 4 Nov 2011 05:47:06 +0000 (05:47 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 16 Nov 2011 12:08:27 +0000 (04:08 -0800)
commitf496c2218fa9c2eda7fadf50ea7d760ea89e79f7
tree4cd7d702665846830315386bc653cc4226208680
parent5b04a601fe183ca0f83c8ac66ebdd6904ff86a86
e1000e: convert to real ndo_set_rx_mode

Commit c70af77a (net: remove use of ndo_set_multicast_list in
drivers) changed e1000e to use the ndo_set_rx_mode entry point,
but didn't implement the unicast address programming
functionality. Implement it to achieve the ability to add unicast
addresses.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@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/e1000e/netdev.c