From: Arend van Spriel Date: Sat, 4 Dec 2010 15:35:42 +0000 (+0100) Subject: staging: brcm80211: remove macro usage for sk_buff allocation X-Git-Tag: v2.6.38-rc1~423^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f09e02322ed36feafba6e3a6373e0bcd93730ce6;p=pandora-kernel.git staging: brcm80211: remove macro usage for sk_buff allocation PKTGET macro calls osl_pktget. This function has been renamed to pkt_buf_get_skb as it comprises of functionality additional to dev_alloc_skb function and to get rid of the OSL concept in this driver. Reviewed-by: Brett Rudley Reviewed-by: Dowan Kim Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed