]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: use GFP_ATOMIC under spin lock
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 9 Aug 2012 06:57:57 +0000 (09:57 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Aug 2012 19:27:05 +0000 (15:27 -0400)
commitfab6b40447866550d952cc9e40ef69b9a47ea96b
tree151294a5d684ea2395119f25b0ded064497dd848
parent745e916845993c12f55bd760019e4bbe9ea6ed53
mwifiex: use GFP_ATOMIC under spin lock

We're holding the sta_list_spinlock here so we can't sleep.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/uap_event.c