[PR #8000] [MERGED] feat: add 6GHz & 60Ghz channels #13310

Closed
opened 2025-12-29 22:26:41 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8000
Author: @joni1993
Created: 12/7/2021
Status: Merged
Merged: 12/20/2021
Merged by: @jeremystretch

Base: developHead: more-channels


📝 Commits (3)

  • cc50e22 feat: add 6GHz & 60Ghz channels
  • 68eb6fc fix: use center freq instead of beginning of freq range for 6Ghz
  • cab07c7 fix: non 20Mhz-wide channel centers

📊 Changes

1 file changed (+274 additions, -0 deletions)

View changed files

📝 netbox/wireless/choices.py (+274 -0)

📄 Description

Fixes: #7999

This PR includes support for 6GHz and 60GHz channels as per IEEE802.11ax and IEEE802.11ad/ay


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/8000 **Author:** [@joni1993](https://github.com/joni1993) **Created:** 12/7/2021 **Status:** ✅ Merged **Merged:** 12/20/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `more-channels` --- ### 📝 Commits (3) - [`cc50e22`](https://github.com/netbox-community/netbox/commit/cc50e229283cacdc9dac59d5e96008461f1841a9) feat: add 6GHz & 60Ghz channels - [`68eb6fc`](https://github.com/netbox-community/netbox/commit/68eb6fc3c1b144d2264f36885988b1f94dcd6135) fix: use center freq instead of beginning of freq range for 6Ghz - [`cab07c7`](https://github.com/netbox-community/netbox/commit/cab07c7c4b94be7cd4e62d096f8d91070baf8ed4) fix: non 20Mhz-wide channel centers ### 📊 Changes **1 file changed** (+274 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/wireless/choices.py` (+274 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #7999 This PR includes support for 6GHz and 60GHz channels as per IEEE802.11ax and IEEE802.11ad/ay --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:26:41 +01:00
adam closed this issue 2025-12-29 22:26:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13310