staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff calls
authorArend van Spriel <arend@broadcom.com>
Thu, 18 Nov 2010 19:46:43 +0000 (20:46 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 20 Nov 2010 01:04:32 +0000 (17:04 -0800)
Replacing PKTPUSH by skb_push() call and PKTPULL by skb_pull() call to make
it obvious what the operation is doing with the packet.

Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Reviewed-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found