diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2024-05-15 09:38:35 +0200 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2024-05-23 10:19:34 +0200 |
| commit | 5716146295183651cfd89ae2ea46c5ef0d31faa8 (patch) | |
| tree | 3b7c8e5d77983762a7652f5302ce066734914504 /include/net/regulatory.h | |
| parent | 2785ea9673a7305abeea87111849a4e04b0f4626 (diff) | |
wifi: regulatory: remove extra documentation
The struct member country_ie_checksum doesn't exist, so
don't document it.
Link: https://msgid.link/20240515093852.ebcc9673558b.Ie0b58c1249c6375c60859fa6474d7cdd8862b065@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/regulatory.h')
| -rw-r--r-- | include/net/regulatory.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/regulatory.h b/include/net/regulatory.h index ebf9e028d1ef..a103f4c8cf75 100644 --- a/include/net/regulatory.h +++ b/include/net/regulatory.h @@ -71,8 +71,6 @@ enum environment_cap { * CRDA and can be used by other regulatory requests. When a * the last request is not yet processed we must yield until it * is processed before processing any new requests. - * @country_ie_checksum: checksum of the last processed and accepted - * country IE * @country_ie_env: lets us know if the AP is telling us we are outdoor, * indoor, or if it doesn't matter * @list: used to insert into the reg_requests_list linked list |