From: Arend van Spriel Date: Tue, 23 Nov 2010 13:06:24 +0000 (+0100) Subject: staging: brcm80211: removed packet macros for accessing sk_buff fields X-Git-Tag: v2.6.38-rc1~423^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54991ad6d05186bd0324dbdc9c64c5b7952e74c4;p=pandora-kernel.git staging: brcm80211: removed packet macros for accessing sk_buff fields 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 Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed