On Fri, 2020-11-06 at 10:24 +0100, Johannes Berg wrote: > > and get rid of NL80211_MULTIPLE_BSSID_IES_MAX. Oh, and the fact that this today has a value of 8 _probably_ means you hardcoded the limits of your specific device that you were thinking of now, and we really should have the device advertising the maximum possible value or so? And then I guess we can still hard-code the maximum possible value in cfg80211.h somewhere, use it for array sizes etc., but limit the userspace API to the driver-advertised value (and check in wiphy registration that the cfg80211 limit is >= the driver value). Or is this some fundamental (spec) limit? johannes