From: Arend van Spriel Date: Sat, 4 Dec 2010 15:35:43 +0000 (+0100) Subject: staging: brcm80211: remove macro usage for sk_buff release X-Git-Tag: v2.6.38-rc1~423^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8538576474e162e4967532a80305d17e871f2fa5;p=pandora-kernel.git staging: brcm80211: remove macro usage for sk_buff release PKTFREE macro calls osl_pktfree. This function has been renamed to pkt_buf_free_skb as it comprises of functionality additional to dev_kfree_skb(_any) 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