Mesh on ath10k drops all packets
Jeroen Roovers
jeroen.roovers at airfi.aero
Sat Jan 23 01:44:46 PST 2016
On 23 January 2016 at 01:21, Peter Oh <poh at codeaurora.org> wrote:
> Do you have "arvif->vif->type != NL80211_IFTYPE_MESH_POINT" in your code?
>
> static int ath10k_install_peer_wep_keys(struct ath10k_vif *arvif,
> const u8 *addr)
> {
> if (WARN_ON(arvif->vif->type != NL80211_IFTYPE_AP &&
> arvif->vif->type != NL80211_IFTYPE_ADHOC &&
> arvif->vif->type != NL80211_IFTYPE_MESH_POINT))
> return -EINVAL;
I did not. When I add that, everything suddenly works as expected. Thanks!
Regards,
jer
More information about the ath10k
mailing list