commit | 1550c8ef835af17df322045e92541561afa0f017 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Mon Oct 11 15:38:26 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 11 15:04:26 2010 -0400 |
tree | f3b1e789f3bca0f5793ce87c03160fda97f5a2bc | |
parent | 3590eea41815679e268c90d30795a13a732b8413 [diff] |
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 <IvDoorn@gmail.com> Acked-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>