]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
net80211: increase number of spares in struct ieee80211_vap
authorBjoern A. Zeeb <bz@FreeBSD.org>
Sun, 18 Feb 2024 17:47:22 +0000 (17:47 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Sun, 18 Feb 2024 17:55:39 +0000 (17:55 +0000)
commita890a3a5ddf33acb0a4000885945b89156799b07
tree4aadfcd1f75c6c02cd2e4455aa9b0c6083697a01
parentad7bef8b890768e68a48bbfa6b92ebf635068504
net80211: increase number of spares in struct ieee80211_vap

Turns out MFCing 713db49d06deee90dd358b2e4b9ca05368a5eaf6 does not
leave us with enough spares.  Given wireless will likely see more
changes in the near future add more spares.
This is especially necessary given 'struct ieee80211_vap' gets
allocated by drivers.
Bumps size of struct ieee80211_vap to (7 * 512) on 64bit.
sys/net80211/ieee80211_var.h