From: Helmut Schaa Date: Thu, 19 Apr 2012 11:24:10 +0000 (+0200) Subject: rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devices X-Git-Tag: v3.5-rc1~109^2~267^2^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88211021a67250fd65029d7400f41ee8f91cb25d;p=pandora-kernel.git 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 Acked-by: Gertjan van Wingerde Tested-By: Marc Dietrich Signed-off-by: John W. Linville --- Reading git-diff-tree failed