commit | df78a0c0b67de58934877aad61e0431a2bd0caf1 | [log] [tgz] |
---|---|---|
author | Thomas Pedersen <thomas@adapt-ip.com> | Mon Jun 01 23:22:47 2020 -0700 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jul 31 09:24:13 2020 +0200 |
tree | ee856ca0f49728ac2c5985e27e9897612cbf31f0 | |
parent | 41d707b7332f1386642c47eb078110ca368a46f5 [diff] [blame] |
nl80211: S1G band and channel definitions Gives drivers the definitions needed to advertise support for S1G bands. Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com> Link: https://lore.kernel.org/r/20200602062247.23212-1-thomas@adapt-ip.com Link: https://lore.kernel.org/r/20200731055636.795173-1-thomas@adapt-ip.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 1a2941e..ee30ef44 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c
@@ -166,6 +166,7 @@ static __le16 ieee80211_duration(struct ieee80211_tx_data *tx, if (r->flags & IEEE80211_RATE_MANDATORY_A) mrate = r->bitrate; break; + case NL80211_BAND_S1GHZ: case NL80211_BAND_60GHZ: /* TODO, for now fall through */ case NUM_NL80211_BANDS: