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:
c26b137
)
staging: brcm80211: removed packet macros for accessing sk_buff fields
author
Arend van Spriel
<arend@broadcom.com>
Tue, 23 Nov 2010 13:06:24 +0000
(14:06 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 29 Nov 2010 19:37:01 +0000
(11:37 -0800)
With the packet storage type changed from void pointer to struct sk_buff
pointer there is no need for macros for accessing these fields through
casting. These can now be accessed directly.
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