summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/wlan_bssdef.h
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2014-07-10 03:41:22 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-10 04:07:44 (GMT)
commit57373690dba28abf483cc62da0963e9e990f3657 (patch)
tree6c780dd11bb245e744e8fe39f85c7df70af5317e /drivers/staging/rtl8188eu/include/wlan_bssdef.h
parent529a929912ac9b23faa243ee624e2177f13e0774 (diff)
downloadlinux-57373690dba28abf483cc62da0963e9e990f3657.tar.xz
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>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/wlan_bssdef.h')
-rw-r--r--drivers/staging/rtl8188eu/include/wlan_bssdef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8188eu/include/wlan_bssdef.h b/drivers/staging/rtl8188eu/include/wlan_bssdef.h
index 85e4b92..53b1bd8 100644
--- a/drivers/staging/rtl8188eu/include/wlan_bssdef.h
+++ b/drivers/staging/rtl8188eu/include/wlan_bssdef.h
@@ -340,7 +340,4 @@ struct ndis_802_11_cap {
struct ndis_802_11_auth_encrypt AuthenticationEncryptionSupported[1];
};
-u8 key_char2num(u8 ch);
-u8 str_2char2num(u8 hch, u8 lch);
-
#endif /* ifndef WLAN_BSSDEF_H_ */