From: Amitkumar Karwar Date: Thu, 12 May 2011 02:47:11 +0000 (-0700) Subject: mwifiex: remove mwifiex_recv_complete function X-Git-Tag: v3.0-rc1~377^2~54^2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406a39ec00992090cda034625e176504eb7a71f9;p=pandora-kernel.git mwifiex: remove mwifiex_recv_complete function The function - increments dropped rx_packet count if status code passed to it is "-1". - frees SKB buffer. But currently the function is being called with "0" status code. This patch replaces above function by dev_kfree_skb_any() call. Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed