1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Changelog & PEP8 cleanup for #7999

This commit is contained in:
jeremystretch
2021-12-20 14:17:52 -05:00
parent 892d6b55ec
commit b8b485af4d
2 changed files with 3 additions and 2 deletions

View File

@@ -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)',