git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d966474
)
iwlwifi: do not use GFP_DMA in iwl_tx_queue_init
author
John W. Linville
<linville@tuxdriver.com>
Tue, 2 Sep 2008 19:07:18 +0000
(15:07 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 2 Sep 2008 19:07:18 +0000
(15:07 -0400)
GFP_DMA is not necessary for the iwlwifi hardware and it can cause
allocation failures and/or invoke the OOM killer on lots of systems.
For reference:
https://bugzilla.redhat.com/show_bug.cgi?id=459709
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found