From: Arend van Spriel Date: Thu, 18 Nov 2010 19:46:43 +0000 (+0100) Subject: staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff calls X-Git-Tag: v2.6.38-rc1~423^2~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c303ecbda8b7c86975c4ba23f56b8cbe297cd060;p=pandora-kernel.git staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff calls 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 Reviewed-by: Brett Rudley Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed