From: Arend van Spriel Date: Tue, 23 Nov 2010 13:06:23 +0000 (+0100) Subject: staging: brcm80211: change packet buffer type to native struct sk_buff X-Git-Tag: v2.6.38-rc1~423^2~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26b1378a71de617fb5ba7da8b6fdc882caed0e8;p=pandora-kernel.git staging: brcm80211: change packet buffer type to native struct sk_buff The packet queues now store struct sk_buff pointer and subsequently all driver code handling packets now use struct sk_buff as package storage type. Next step will be getting rid of packet macros. Reviewed-by: Brett Rudley Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed