]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000e: convert to real ndo_set_rx_mode
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 05:55:15 +0000 (13:55 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 06:31:19 +0000 (14:31 +0800)
commit2c22f28fc5a5ef664bdcc177ea0d13f386fb4561
tree97c44628a40e086f7f741a93fb763dc5935110cf
parentee08dd56ae32f4d9f6f128adf61d51bfd7417a1d
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>
(backported from commit ef9b965a1c4ebd0f0ee961dbc328e1222dc8f487)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/netdev.c