From b8b485af4db81cc2f3e0700d6c76164e2579a867 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 20 Dec 2021 14:17:52 -0500 Subject: [PATCH] Changelog & PEP8 cleanup for #7999 --- docs/release-notes/version-3.1.md | 1 + netbox/wireless/choices.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/version-3.1.md b/docs/release-notes/version-3.1.md index c6b87d1e4..d58c4e9a2 100644 --- a/docs/release-notes/version-3.1.md +++ b/docs/release-notes/version-3.1.md @@ -6,6 +6,7 @@ * [#7661](https://github.com/netbox-community/netbox/issues/7661) - Remove forced styling of custom banners * [#7665](https://github.com/netbox-community/netbox/issues/7665) - Add toggle to show only available child prefixes +* [#7999](https://github.com/netbox-community/netbox/issues/7999) - Add 6 GHz and 60 GHz wireless channels * [#8057](https://github.com/netbox-community/netbox/issues/8057) - Dynamic object tables using HTMX * [#8080](https://github.com/netbox-community/netbox/issues/8080) - Link to NAT IPs for device/VM primary IPs * [#8081](https://github.com/netbox-community/netbox/issues/8081) - Allow creating services directly from navigation menu diff --git a/netbox/wireless/choices.py b/netbox/wireless/choices.py index c01bff358..135fa1b0c 100644 --- a/netbox/wireless/choices.py +++ b/netbox/wireless/choices.py @@ -83,7 +83,7 @@ class WirelessChannelChoices(ChoiceSet): CHANNEL_5G_173 = '5g-173-5865-20' CHANNEL_5G_175 = '5g-175-5875-40' CHANNEL_5G_177 = '5g-177-5885-20' - + # 6 GHz CHANNEL_6G_1 = '6g-1-5955-20' CHANNEL_6G_3 = '6g-3-5965-40' @@ -217,7 +217,7 @@ class WirelessChannelChoices(ChoiceSet): CHANNEL_60G_25 = '60g-25-61560-6480' CHANNEL_60G_26 = '60g-26-63720-6480' CHANNEL_60G_27 = '60g-27-65880-6480' - + CHOICES = ( ( '2.4 GHz (802.11b/g/n/ax)',