ath10k: high latency fixes for beacon buffer
authorAlagu Sankar <alagusankar@silex-india.com>
Tue, 28 Sep 2021 11:00:47 +0000 (14:00 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 28 Sep 2021 14:34:32 +0000 (17:34 +0300)
commite263bdab9c0e8025fb7f41f153709a9cda51f6b6
tree97ae1502ab6bdaf2ba953559c03c72ffe1a555cf
parent86a03dad0f5ad8182ed5fcf7bf3eec71cd96577c
ath10k: high latency fixes for beacon buffer

Beacon buffer for high latency devices does not use DMA. other similar
buffer allocation methods in the driver have already been modified for
high latency path. Fix the beacon buffer allocation left out in the
earlier high latency changes.

Signed-off-by: Alagu Sankar <alagusankar@silex-india.com>
Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com>
[fabio: adapt it to use ar->bus_param.dev_type ]
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210818232627.2040121-1-festevam@denx.de
drivers/net/wireless/ath/ath10k/mac.c