Re: [PATCH 02/10] wcn36xx: set DMA mask explicitly

2018-05-17 Thread Ramon Fried
On Wed, May 16, 2018 at 5:08 PM, Daniel Mack wrote: > 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 > --- > drivers/net/wireless/at

[PATCH 02/10] wcn36xx: set DMA mask explicitly

2018-05-16 Thread Daniel Mack
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 --- drivers/net/wireless/ath/wcn36xx/main.c | 6 ++ 1 file changed, 6 insertions(+) diff