commit | 88211021a67250fd65029d7400f41ee8f91cb25d | [log] [tgz] |
---|---|---|
author | Helmut Schaa <helmut.schaa@googlemail.com> | Thu Apr 19 13:24:10 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 23 15:35:29 2012 -0400 |
tree | 7dcb1dd566c559dfe6a4d903bfbf47acc0249286 | |
parent | 0c0fdf6c80d4abd879e8bfaf48a20fd2b37e6c67 [diff] |
rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devices Since the RX path on USB devices is handled in process context we can use GFP_KERNEL for RX buffer allocation. This should reduce the likelihood of allocation failures. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Tested-By: Marc Dietrich <marvin24@gmx.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>