jeremystretch 4 лет назад
Родитель
Сommit
b8b485af4d
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 0
      docs/release-notes/version-3.1.md
  2. 2 2
      netbox/wireless/choices.py

+ 1 - 0
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

+ 2 - 2
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)',