]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/brcm80211/include/bcmutils.h
Staging: brcm80211: remove VALID_MASK macro
[net-next-2.6.git] / drivers / staging / brcm80211 / include / bcmutils.h
index 25e725cd9463cd424ed216d6f3bb1adaab88806a..dca5a386869d391af8b940dbc0e4ac283520ecb0 100644 (file)
@@ -451,7 +451,6 @@ extern "C" {
 
 #define CEIL(x, y)             (((x) + ((y)-1)) / (y))
 #define        ISPOWEROF2(x)           ((((x)-1)&(x)) == 0)
-#define VALID_MASK(mask)       (!((mask) & ((mask) + 1)))
 
 /* bit map related macros */
 #ifndef setbit