]> git.baikalelectronics.ru Git - kernel.git/commit
i40evf: Use is_multicast_ether_addr helper
authorTobias Klauser <tklauser@distanz.ch>
Tue, 20 May 2014 08:23:06 +0000 (08:23 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 27 May 2014 09:10:45 +0000 (02:10 -0700)
commit1d30dd9f3cfc73f765c6c79a0c9683ed7ec78558
treebebaa38a52d418d8dae7ec8055c2a98b08406046
parent9ee66f5a3da857e4af7ea3496a1a08f903d5b642
i40evf: Use is_multicast_ether_addr helper

Use the is_multicast_ether_addr helper function from linux/etherdevice.h
instead of open coding the multicast address check.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c