commit | 49898852e6aa8a6de9a5bc0bab2cf305b3583bbf | [log] [tgz] |
---|---|---|
author | John W. Linville <linville@tuxdriver.com> | Tue Sep 02 15:07:18 2008 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 02 15:07:18 2008 -0400 |
tree | 1c37735128c1c3baad6abc11b11fc56a1da1232e | |
parent | d9664741e0e2216770d6e52646474d3982b8eb55 [diff] |
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: John W. Linville <linville@tuxdriver.com>