summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_sta.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net80211/ieee80211_sta.c')
-rw-r--r--sys/net80211/ieee80211_sta.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c
index 9c1707b..d80c767 100644
--- a/sys/net80211/ieee80211_sta.c
+++ b/sys/net80211/ieee80211_sta.c
@@ -1706,6 +1706,14 @@ sta_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype,
}
/*
+ * Always initialise FF/superg state; we can use this
+ * for doing A-MSDU encapsulation as well.
+ */
+#ifdef IEEE80211_SUPPORT_SUPERG
+ ieee80211_ff_node_init(ni);
+#endif
+
+ /*
* Configure state now that we are associated.
*
* XXX may need different/additional driver callbacks?
OpenPOWER on IntegriCloud