[PATCH 0/4] Staging: vt6655: remove custom ethernet address macros

Charles Clément caratorn at gmail.com
Wed May 19 18:30:50 UTC 2010


This serie of patches replaces the following custom defined macros with
functions from <linux/etherdevice.h> :
	IS_MULTICAST_ADDRESS	->	is_multicast_ether_addr
	IS_BROADCAST_ADDRESS	->	is_broadcast_ether_addr
	IS_NULL_ADDRESS		->	is_zero_ether_addr
	IS_ETH_ADDRESS_EQUAL	->	compare_ether_addr




More information about the devel mailing list