commit | 0118e83ba4e1811515dc944a826758cad8a394b7 | [log] [tgz] |
---|---|---|
author | Codrin Ciubotariu <codrin.ciubotariu@freescale.com> | Wed Sep 09 18:00:51 2015 +0300 |
committer | York Sun <yorksun@freescale.com> | Mon Sep 21 08:29:47 2015 -0700 |
tree | 6231b27301056b7507bf17afc85b5570d2d5d559 | |
parent | 68c929da6bf754ace639b2159e2d5b9e22323aaa [diff] |
common/env_flags.c: Add function to validate a MAC address The code that checks if a string has the format of a MAC address has been moved to a separate function called eth_validate_ethaddr_str(). This has been done to allow other components (such as vsc9953 driver) to validate a MAC address. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@freescale.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: York Sun <yorksun@freescale.com>