]> asedeno.scripts.mit.edu Git - linux.git/commit
wcn36xx: set DMA mask explicitly
authorDaniel Mack <daniel@zonque.org>
Wed, 23 May 2018 08:14:26 +0000 (11:14 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 25 May 2018 10:07:07 +0000 (13:07 +0300)
commit57e06e0e2a862bd40df47c7ad752fcad1d04c259
tree1233dd2e283ce35130681f372dcf8adec5e2c9d1
parent9a81cc23dfef24e254d3ff15c52bf46f0736f4c2
wcn36xx: set DMA mask explicitly

The device takes 32-bit addresses only, so inform the DMA API about it.
This is the default on msm8016, so that doesn't change anything, but
it's best practice to be explicit.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wcn36xx/main.c