[PATCH] ath10k: Do not call dma_alloc_coherent() for SDIO and USB
Fabio Estevam
festevam at gmail.com
Wed Aug 18 13:58:27 PDT 2021
Hi Arend,
On Wed, Aug 18, 2021 at 1:51 PM Arend van Spriel <aspriel at gmail.com> wrote:
> Does this mean you can not really setup a beaconing interface type for SDIO
> and USB?
As per the debug message below:
ath10k_dbg(ar, ATH10K_DBG_MAC, "mac vdev create %d (add interface)
type %d subtype %d bcnmode %s\n",
arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype,
arvif->beacon_buf ? "single-buf" : "per-skb");
If arvif->beacon_buf is NULL then it will be a "per-skb" beacon mode.
Thanks
More information about the ath10k
mailing list