> +++ b/drivers/net/wireless/ath/ath10k/core.h > @@ -277,6 +282,7 @@ struct ath10k_vif { > dma_addr_t beacon_paddr; > > struct ath10k *ar; > + struct ath10k_chanctx *arctx; you also have vif->chanctx_conf pointer, which you could use ultimately it's a software architecture decision - personally I wouldn't want to duplicate all that data and the lists etc. in the driver when mac80211 has them, but that's just my opinion. :) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html