On 2020-08-03 03:20, Johannes Berg wrote:
Also,
+/**
+ * enum nl80211_unsol_bcast_probe_resp_attributes - Unsolicited
broadcast probe
+ * response configuration. Applicable only in 6GHz.
+ *
+ * @__NL80211_UNSOL_BCAST_PROBE_RESP_INVALID: Invalid
+ *
+ * @NL80211_UNSOL_BCAST_PROBE_RESP_INT: Maximum packet interval (u32,
TU).
+ * Allowed range: 0..20 (TU = Time Unit). IEEE P802.11ax/D6.0
0 doesn't make sense, you should disallow that.
I see you used it for "turn off" at least in the mac80211 patch but it
seems to me that should have a more explicit way at least in the
external API? At the very least it needs to documentation.
johannes
Hi Johannes, interval=0 means 'disable' is given in the specification,
will extend the documentation to mention that.