Skip to content
Commit 49898852 authored by John W. Linville's avatar John W. Linville
Browse files

iwlwifi: do not use GFP_DMA in iwl_tx_queue_init



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: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d9664741
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment