staging: brcm80211: clean up custom ctype library again
authorAndy Shevchenko <andy.shevchenko@gmail.com>
Mon, 11 Oct 2010 09:07:34 +0000 (12:07 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 11 Oct 2010 22:02:29 +0000 (15:02 -0700)
The similar cleanup was done before for softmac implementation.  But the
fullmac driver brings this back. Remove it again.

Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/wl_iw.h

index 1488657..d15abc0 100644 (file)
@@ -58,7 +58,6 @@ typedef struct wl_iw_extra_params {
 #define        WL_IW_RSSI_EXCELLENT    -57
 #define        WL_IW_RSSI_INVALID       0
 #define MAX_WX_STRING 80
-#define isprint(c) bcm_isprint(c)
 #define WL_IW_SET_ACTIVE_SCAN  (SIOCIWFIRSTPRIV+1)
 #define WL_IW_GET_RSSI                 (SIOCIWFIRSTPRIV+3)
 #define WL_IW_SET_PASSIVE_SCAN (SIOCIWFIRSTPRIV+5)