mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
[net80211] add back in the ff/superg node init call that I accidentally
deleted. It's mostly a no-op right now, so it shouldn't have changed behaviour.
This commit is contained in:
parent
2bf493863f
commit
169c392c43
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297768
@ -1705,6 +1705,14 @@ sta_recv_mgmt(struct ieee80211_node *ni, struct mbuf *m0, int subtype,
|
||||
ieee80211_ratectl_node_init(ni);
|
||||
}
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user