diff options
author | Tomas Winkler <[email protected]> | 2008-09-03 11:18:48 +0800 |
---|---|---|
committer | John W. Linville <[email protected]> | 2008-09-03 15:10:37 -0400 |
commit | 73b7d742519ab4cc1b7a12c7af15187fc0ede8e7 (patch) | |
tree | 784bc7704d117a1df95181188fb57ba5b68479a6 /net/unix/sysctl_net_unix.c | |
parent | 28a6b07a14bd5e63af2c0304306f35c5b963910b (diff) |
iwlwifi: fix Tx cmd memory allocation failure handling
This patch "iwlwifi: do not use GFP_DMA in iwl_tx_queue_init" removes
GFP_DMA from allocation tx command buffers. GFP_DMA allows allocation
only for memory under 16M which causes allocation problems
suspend/resume flows.
Using kmalloc is temporal solution and some consistent/coherent
allocation schema will be more correct. Since iwlwifi hardware
supports 64bit address this solution should work on x86 (32 and
64bit) for now.
This patch fixes memory freeing problem in the previous patch.
Signed-off-by: Tomas Winkler <[email protected]>
Signed-off-by: Ian Schram <[email protected]>
Signed-off-by: Zhu Yi <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions