projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235365f
)
[NET]: Remove MAC_FMT
author
Joe Perches
<joe@perches.com>
Mon, 18 Feb 2008 07:35:28 +0000
(23:35 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 18 Feb 2008 07:35:28 +0000
(23:35 -0800)
MAC_FMT is no longer used
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_ether.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/if_ether.h
b/include/linux/if_ether.h
index e157c1399b61c691b9b7ee192556cbbec74f2f03..7a1e011b8a2cda33a140acbc747aeb369f200f97 100644
(file)
--- a/
include/linux/if_ether.h
+++ b/
include/linux/if_ether.h
@@
-130,7
+130,6
@@
extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
* Display a 6 byte device address (MAC) in a readable format.
*/
extern char *print_mac(char *buf, const unsigned char *addr);
-#define MAC_FMT "%02x:%02x:%02x:%02x:%02x:%02x"
#define MAC_BUF_SIZE 18
#define DECLARE_MAC_BUF(var) char var[MAC_BUF_SIZE] __maybe_unused