]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath10k: Fix target to cpu address conversion logic
authorVasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Fri, 3 Jul 2015 13:55:27 +0000 (19:25 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Sat, 11 Jul 2015 16:06:17 +0000 (19:06 +0300)
commit3c7e256a6de378e01098147527082abae05b146e
tree3aa8257772592e4a2cc72bb48ea8c3e7377bce83
parenta052158aa981ca470673f49c636b289ee16894ea
ath10k: Fix target to cpu address conversion logic

In commit 418ca5992e2f ("ath10k: Make target cpu address to
CE address conversion chip specific") mask 0x7fff is added
by mistake instead of 0x7ff. Fix this regression.

Fixes: 418ca5992e2f ("ath10k: Make target cpu address to CE address conversion chip specific")
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/pci.c