[PATCH 5/5] ath10k: implement support for ap beacon offloading
Kalle Valo
kvalo at qca.qualcomm.com
Fri Dec 19 06:22:18 PST 2014
Bartosz Markowski <bartosz.markowski at tieto.com> writes:
> From: Michal Kazior <michal.kazior at tieto.com>
>
> New firmware revisions support beacon and probe
> response templates instead. This means SWBA events
> are no longer delivered for these firmware
> revisions.
>
> Signed-off-by: Michal Kazior <michal.kazior at tieto.com>
[...]
> + ret = ath10k_mac_setup_bcn_p2p_ie(arvif, bcn);
> + if (ret) {
> + ath10k_warn(ar, "failed to setup p2p go bcn ie: %d\n", ret);
> + kfree_skb(bcn);
> + return ret;
> + }
> +
> + ath10k_mac_remove_vendor_ie(bcn, WLAN_OUI_WFA, WLAN_OUI_TYPE_WFA_P2P,
> + offsetof(struct ieee80211_mgmt,
> + u.beacon.variable));
A comment would be nice why you are removing the P2P IE. I guess because
there's a different command to set that IE?
--
Kalle Valo
More information about the ath10k
mailing list