commit | 722404983b9deb21e4f786224201ca2ab27a1c48 | [log] [tgz] |
---|---|---|
author | Abhijeet Kolekar <abhijeet.kolekar@intel.com> | Thu Apr 30 13:56:26 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:14:59 2009 -0400 |
tree | 97b1e9de442c5c3aad267743abf23a6177e33cdb | |
parent | 84379cba44042a4caf793f821be8bd1a9b8235c2 [diff] |
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>