commit | 93803b3385c653bc6fd391c0de00ef811b3dadc0 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Mar 02 19:54:49 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 03 17:01:36 2015 -0500 |
tree | e235b7e13f190356597758d2f498ce4e79d6d5a8 | |
parent | 519983b129477cb8e0bbea334c72ecd4486b2d21 [diff] |
wireless: Use eth_<foo>_addr instead of memset Use the built-in function instead of memset. Miscellanea: Add #include <linux/etherdevice.h> where appropriate Use ETH_ALEN instead of 6 Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>