From: Andy Shevchenko Date: Mon, 11 Oct 2010 09:07:34 +0000 (+0300) Subject: staging: brcm80211: clean up custom ctype library again X-Git-Tag: v2.6.37-rc1~60^2~3^2~166 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c7f4167e1312dacfc514d8610dbaaa14cfaea5;p=pandora-kernel.git staging: brcm80211: clean up custom ctype library again The similar cleanup was done before for softmac implementation. But the fullmac driver brings this back. Remove it again. Signed-off-by: Andy Shevchenko Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/brcm80211/brcmfmac/wl_iw.h b/drivers/staging/brcm80211/brcmfmac/wl_iw.h index 14886578cdd5..d15abc062825 100644 --- a/drivers/staging/brcm80211/brcmfmac/wl_iw.h +++ b/drivers/staging/brcm80211/brcmfmac/wl_iw.h @@ -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)