diff options
| author | Lachlan Hodges <lachlan.hodges@morsemicro.com> | 2025-09-18 15:19:13 +1000 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2025-09-19 11:56:07 +0200 |
| commit | cbcd507f01deb983d5cad0a25b6495930ab59593 (patch) | |
| tree | 3b3f8b8664dbc84123436dc482b58d74006fae0f /include | |
| parent | wifi: mac80211: correctly initialise S1G chandef for STA (diff) | |
| download | linux-cbcd507f01deb983d5cad0a25b6495930ab59593.tar.gz linux-cbcd507f01deb983d5cad0a25b6495930ab59593.zip | |
wifi: cfg80211: remove ieee80211_s1g_channel_width
With the introduction of proper S1G channel flags, this function is no
longer used. Remove it.
Signed-off-by: Lachlan Hodges <lachlan.hodges@morsemicro.com>
Link: https://patch.msgid.link/20250918051913.500781-4-lachlan.hodges@morsemicro.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cfg80211.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 2d612c760dd1..1c041ce7a03b 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -6819,16 +6819,6 @@ ieee80211_channel_to_khz(const struct ieee80211_channel *chan) } /** - * ieee80211_s1g_channel_width - get allowed channel width from @chan - * - * Only allowed for band NL80211_BAND_S1GHZ - * @chan: channel - * Return: The allowed channel width for this center_freq - */ -enum nl80211_chan_width -ieee80211_s1g_channel_width(const struct ieee80211_channel *chan); - -/** * ieee80211_channel_to_freq_khz - convert channel number to frequency * @chan: channel number * @band: band, necessary due to channel number overlap |
