diff options
| author | Lachlan Hodges <lachlan.hodges@morsemicro.com> | 2026-08-27 15:46:08 +1000 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2026-09-04 09:52:48 +0200 |
| commit | edad0797f1a721f736b5c59fcb2bb6a13ac636f2 (patch) | |
| tree | aeb3717a78d6c8d993b62b242c19803c179c2e4f | |
| parent | 00f623647c331d31df8629af958f7582a7fc874c (diff) | |
| download | linux-next-edad0797f1a721f736b5c59fcb2bb6a13ac636f2.tar.gz linux-next-edad0797f1a721f736b5c59fcb2bb6a13ac636f2.zip | |
wifi: cfg80211: remove duplicate s1g_cap kerneldoc
ieee80211_supported_band::s1g_cap is already annotated.
Remove the duplicate.
Signed-off-by: Lachlan Hodges <lachlan.hodges@morsemicro.com>
Link: https://patch.msgid.link/20260827054608.254883-1-lachlan.hodges@morsemicro.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
| -rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 97c16d4ff127..2abf9e20cc22 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -576,7 +576,6 @@ struct ieee80211_sta_s1g_cap { * @vht_cap: VHT capabilities in this band * @s1g_cap: S1G capabilities in this band * @edmg_cap: EDMG capabilities in this band - * @s1g_cap: S1G capabilities in this band (S1G band only, of course) * @n_iftype_data: number of iftype data entries * @iftype_data: interface type data entries. Note that the bits in * @types_mask inside this structure cannot overlap (i.e. only |
