From: Ivo van Doorn Date: Mon, 11 Oct 2010 13:38:26 +0000 (+0200) Subject: rt2x00: Fix dead queue when skb allocation failed X-Git-Tag: v2.6.37-rc1~147^2~78^2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1550c8ef835af17df322045e92541561afa0f017;p=pandora-kernel.git rt2x00: Fix dead queue when skb allocation failed When the RX skb allocation failed, we should recycle the previously allocated skbuffer. By calling return we would kill the RX queue completely since the entry would be invalidated. Signed-off-by: Ivo van Doorn Acked-by: Helmut Schaa Signed-off-by: John W. Linville --- Reading git-diff-tree failed