]> git.openfabrics.org - ~shefty/rdma-dev.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)
commitef9b965a1c4ebd0f0ee961dbc328e1222dc8f487
tree4cd7d702665846830315386bc653cc4226208680
parent229a66e3bec97563aa92e25dfe0bc60b0d468619
e1000e: convert to real ndo_set_rx_mode

Commit afc4b13d (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