]> git.baikalelectronics.ru Git - kernel.git/commit
iwl3945: fix lock dependency
authorAbhijeet Kolekar <abhijeet.kolekar@intel.com>
Thu, 30 Apr 2009 20:56:26 +0000 (13:56 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 May 2009 19:14:59 +0000 (15:14 -0400)
commit1d93dcb6e4dc1d88fc94fca2ba947b5d5c1124df
tree97b1e9de442c5c3aad267743abf23a6177e33cdb
parenta86596c50a0eace491ead1abe8fb1a9134c66b78
iwl3945: fix lock dependency

Patch seperates rx_used and rx_free into two
different atomic contexts. We can now avoid using GFP_ATOMIC
for skb allocation and use GFP_KERNEL.

Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl3945-base.c