From: Matt Renzelmann Date: Thu, 12 Apr 2012 22:42:43 +0000 (-0500) Subject: hostap: GFP_ATOMIC/GFP_KERNEL cleanup X-Git-Tag: v3.5-rc1~109^2~410^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=579b0637647de6e03e5707b32eb7c2ce56cc0f27;p=pandora-kernel.git hostap: GFP_ATOMIC/GFP_KERNEL cleanup The driver is allocating memory during initialization with GFP_ATOMIC even though GFP_KERNEL is sufficient. This patch fixes it. Signed-off-by: Matt Renzelmann Signed-off-by: John W. Linville --- Reading git-diff-tree failed