The driver contained macros to allocation and release of packets. This patch series removes these macros and renames the actual functions being called to get rid of OSL code. Arend van Spriel (2): staging: brcm80211: remove macro usage for sk_buff allocation staging: brcm80211: remove macro usage for sk_buff release drivers/staging/brcm80211/brcmfmac/bcmsdh_sdmmc.c | 12 ++-- drivers/staging/brcm80211/brcmfmac/dhd_common.c | 2 +- drivers/staging/brcm80211/brcmfmac/dhd_sdio.c | 74 ++++++++++---------- drivers/staging/brcm80211/include/osl.h | 7 +-- drivers/staging/brcm80211/sys/wlc_bmac.c | 2 +- drivers/staging/brcm80211/sys/wlc_mac80211.c | 8 +- drivers/staging/brcm80211/util/bcmutils.c | 4 +- drivers/staging/brcm80211/util/hnddma.c | 19 ++---- drivers/staging/brcm80211/util/linux_osl.c | 9 +-- 9 files changed, 64 insertions(+), 73 deletions(-) _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel