commit | 4752c93c30441f98f7ed723001b1a5e3e5619829 | [log] [tgz] |
---|---|---|
author | Mohamed Abbas <mohamed.abbas@intel.com> | Fri May 22 11:01:51 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri May 22 14:06:08 2009 -0400 |
tree | de868a2003d2328ad3bd048e75bc16b7e327bd7f | |
parent | ef850d7cb301bda9155c096269557a4586b58071 [diff] |
iwlcore: Allow skb allocation from tasklet. If RX queue becomes empty then we need to restock the queue from tasklet to prevent ucode from starving. A caller to iwl_rx_allocate will decide if allocated buffer should come from GFP_ATOMIC or GFP_KERNEL. Signed-off-by: Mohamed Abbas <mohamed.abbas@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>