iwlwifi: pcie: fix the set of DMA memory mask
commit20a9de99a0da9021e9d00db635bab47eeb3ca978
authorSara Sharon <sara.sharon@intel.com>
Wed, 7 Dec 2016 10:22:11 +0000 (7 12:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 May 2017 12:00:16 +0000 (14 14:00 +0200)
tree9dcf3256fd16705629175ff19f4bff53a6bbb651
parent562c868d94a87af8595541c5b9f2f8944e9bf850
iwlwifi: pcie: fix the set of DMA memory mask

commit 2c6262b754f3c3338cb40b23880a3ac1f4693b25 upstream.

Our 9000 device supports 64 bit DMA address for RX only, and
not for TX.
Setting DMA mask to 64 for the whole device is erroneous - we
can do it only for a000 devices where device is capable of
both RX & TX DMA with 64 bit address space.

Fixes: 96a6497bc3ed ("iwlwifi: pcie: add 9000 series multi queue rx DMA support")
Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/intel/iwlwifi/pcie/trans.c