diff options
author | Brett Rudley <[email protected]> | 2010-12-03 16:30:38 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2010-12-06 16:07:09 -0800 |
commit | ec7957049668b4fcf755cd8a085cfe258d77fc9b (patch) | |
tree | 2f9c78eae857148f0a6075ef7225c99f922bafa2 | |
parent | 7a9b48b3d3e0f373dc996efde56a5bff0944d8de (diff) |
staging: brcm80211: Remove unused softmac macros
Signed-off-by: Brett Rudley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/brcm80211/include/osl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/brcm80211/include/osl.h b/drivers/staging/brcm80211/include/osl.h index 2cea5c122c3a..f722db59173e 100644 --- a/drivers/staging/brcm80211/include/osl.h +++ b/drivers/staging/brcm80211/include/osl.h @@ -275,10 +275,6 @@ osl_pkt_tonative(struct osl_info *osh, void *pkt) } #define PKTTONATIVE(osh, pkt) \ osl_pkt_tonative((osh), (pkt)) -#else /* !BRCM_FULLMAC */ -#define PKTSETSKIPCT(osh, skb) -#define PKTCLRSKIPCT(osh, skb) -#define PKTSKIPCT(osh, skb) #endif /* BRCM_FULLMAC */ #define PKTSUMNEEDED(skb) \ |