e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpers
authorTobias Klauser <tklauser@distanz.ch>
Tue, 20 May 2014 08:22:55 +0000 (08:22 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 27 May 2014 09:10:44 +0000 (02:10 -0700)
commit9760822b0d386c485bd45d558d83cc40fd21bea7
tree8813ccc8a7b34de66e50ddd27b16aa197d1133db
parent18cae6f7bb65bdb272f844525f7acd6d464a8541
e1000: Use is_broadcast_ether_addr/is_multicast_ether_addr helpers

Use the is_broadcast_ether_addr/is_multicast_ether_addr helper functions
from linux/etherdevice.h instead of open coding them.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000/e1000_hw.c