hostap: GFP_ATOMIC/GFP_KERNEL cleanup
authorMatt Renzelmann <mjr@cs.wisc.edu>
Thu, 12 Apr 2012 22:42:43 +0000 (17:42 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Apr 2012 18:19:29 +0000 (14:19 -0400)
commit579b0637647de6e03e5707b32eb7c2ce56cc0f27
tree1829b46eafd4727c09172026f18aa26fb8a761f9
parentec14bcd20f5139a3dc42cfc34cdcebcbdc062c00
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 <mjr@cs.wisc.edu>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/hostap_main.c