]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/staging/brcm80211/sys/wlc_pub.h
Staging: brcm80211: remove ROUNDUP macro
[linux-beck.git] / drivers / staging / brcm80211 / sys / wlc_pub.h
index d5f1bade0301ae7130df5ba1852f10abaf5b959b..a6a8c33483c92026f88401fdd0ef228654b346c2 100644 (file)
@@ -92,7 +92,7 @@
 
 #define RXBUFSZ                PKTBUFSZ
 #ifndef AIDMAPSZ
-#define AIDMAPSZ       (ROUNDUP(MAXSCB, NBBY)/NBBY)    /* aid bitmap size in bytes */
+#define AIDMAPSZ       (roundup(MAXSCB, NBBY)/NBBY)    /* aid bitmap size in bytes */
 #endif                         /* AIDMAPSZ */
 
 typedef struct wlc_tunables {