summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/atmel
diff options
context:
space:
mode:
authorCarl Huang <cjhuang@codeaurora.org>2020-08-14 10:10:26 +0300
committerKalle Valo <kvalo@codeaurora.org>2020-08-17 13:18:27 +0300
commit26f3a021b37ccca6c76c8c7c90ff684f8468e350 (patch)
tree67b8dcf746137dbacb729334fbffc2e9f96730e2 /drivers/net/wireless/atmel
parent2c3960c2253dc8028a8928e8161e030eec3ebe4a (diff)
ath11k: allocate smaller chunks of memory for firmware
On x86 it's sometimes difficult to allocate a large contigous DMA memory, so instead allocate blocks of small chunk memory. In ath11k_qmi_msg_mem_request_cb() the error handling was cleaned up to avoid an unused variable warning. Also changed the test from (ret < 0) to just (ret) as the functions don't return any positive values. Tested-on: QCA6390 hw2.0 PCI WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1 Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2 Signed-off-by: Carl Huang <cjhuang@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/1597389030-13887-8-git-send-email-kvalo@codeaurora.org
Diffstat (limited to 'drivers/net/wireless/atmel')
0 files changed, 0 insertions, 0 deletions