From: Arend van Spriel Date: Wed, 2 Mar 2011 20:18:46 +0000 (+0100) Subject: staging: brcm80211: remove counting of allocated sk_buff packets X-Git-Tag: v2.6.39-rc1~469^2~320 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a30825a3c121a4bb4dd84a9522c875fb27172d9d;p=pandora-kernel.git staging: brcm80211: remove counting of allocated sk_buff packets The function pkt_buf_get_skb and pkt_buf_free_skb were using struct osl_info field pktalloced to maintain counter of buffers in use in the driver. It was decided to remove this facility. The prototypes of these functions have been modified and the calling code adapted. Reviewed-by: Brett Rudley Reviewed-by: Henry Ptasinski Reviewed-by: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed