git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2636111
)
staging: brcm80211: replace PKTPUSH and PKTPULL macros with native skbuff calls
author
Arend van Spriel
<arend@broadcom.com>
Thu, 18 Nov 2010 19:46:43 +0000
(20:46 +0100)
committer
Greg 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