]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: rtl8188eu: re-use hex_to_bin() instead of custom code
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 10 Jul 2014 03:41:22 +0000 (09:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Jul 2014 04:07:44 +0000 (21:07 -0700)
commit57373690dba28abf483cc62da0963e9e990f3657
tree6c780dd11bb245e744e8fe39f85c7df70af5317e
parent529a929912ac9b23faa243ee624e2177f13e0774
staging: rtl8188eu: re-use hex_to_bin() instead of custom code

hex_to_bin could be used to convert hexdecimal digit to its binary
representation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_ieee80211.c
drivers/staging/rtl8188eu/include/wlan_bssdef.h
drivers/staging/rtl8188eu/os_dep/ioctl_linux.c