Skip to content

Commit

Permalink
staging: brcm80211: Remove unused softmac macros
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Brett Rudley authored and Greg Kroah-Hartman committed Dec 7, 2010
1 parent 7a9b48b commit ec79570
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/brcm80211/include/osl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit ec79570

Please sign in to comment.