From: Andy Shevchenko Date: Thu, 10 Jul 2014 03:41:20 +0000 (+0530) Subject: staging: rtl8188eu: re-use mac_pton() helper X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79374daf9890d47a31da3eca765be50b916cad42;p=pandora-kernel.git staging: rtl8188eu: re-use mac_pton() helper The helper mac_pton() validates and converts MAC address from string format to a number. Originally code uses simple code to do that. With mac_pton() the driver now validates input as well. Signed-off-by: Andy Shevchenko Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed