]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit722404983b9deb21e4f786224201ca2ab27a1c48
tree97b1e9de442c5c3aad267743abf23a6177e33cdb
parent84379cba44042a4caf793f821be8bd1a9b8235c2
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