commit | 579b0637647de6e03e5707b32eb7c2ce56cc0f27 | [log] [tgz] |
---|---|---|
author | Matt Renzelmann <mjr@cs.wisc.edu> | Thu Apr 12 17:42:43 2012 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 16 14:19:29 2012 -0400 |
tree | 1829b46eafd4727c09172026f18aa26fb8a761f9 | |
parent | ec14bcd20f5139a3dc42cfc34cdcebcbdc062c00 [diff] |
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>