]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ee66f5a3da857e4af7ea3496a1a08f903d5b642
tree8813ccc8a7b34de66e50ddd27b16aa197d1133db
parentf8a3d972e794cd018b8f77c9d19822107bebe507
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