Hi Arend, On Wed, Aug 18, 2021 at 1:51 PM Arend van Spriel <aspriel@xxxxxxxxx> 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