mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 06:30:20 -04:00
staging: brcm80211: Remove unused softmac macros
Signed-off-by: Brett Rudley <brudley@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7a9b48b3d3
commit
ec79570496
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user