Skip to content

Commit

Permalink
Addressing comments for adding 6 GHz support.
Browse files Browse the repository at this point in the history
* (M) release/models/wifi/openconfig-wifi-types
  - Updated description of 6GHz-related frequency types.
  • Loading branch information
Diana Cortes committed Apr 18, 2022
1 parent 7ef3726 commit 97794b6
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions release/models/wifi/openconfig-wifi-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,7 @@ module openconfig-wifi-types {
base OPERATING_FREQUENCY;
description
"The Radio or SSID will be dual-band; operating in
both 2.4 & 5GHz frequencies.
Dual-band Radio typically refers to a Monitor-mode radio, hopping
between frequencies, dwelling for a configurable amount of time on
each frequency.";
both 2.4 & 5GHz frequencies.";
}

identity FREQ_6GHZ {
Expand All @@ -262,17 +258,13 @@ module openconfig-wifi-types {
identity FREQ_5_6_GHZ {
base OPERATING_FREQUENCY;
description "The Radio or SSID will be dual-band; operating in both 5 &
6GHz frequencies. Dual-band Radio typically refers to a Monitor-mode
radio, hopping between frequencies, dwelling for a configurable amount of
time on each frequency.";
6GHz frequencies.";
}

identity FREQ_2_5_6_GHZ {
base OPERATING_FREQUENCY;
description "The Radio or SSID will be tri-band; operating in 2.4, 5 and
6GHz frequencies. Tri-band Radio typically refers to a Monitor-mode radio,
hopping between frequencies, dwelling for a configurable amount of time on
each frequency.";
6GHz frequencies.";
}

identity CLIENT_CAPABILITIES {
Expand Down

0 comments on commit 97794b6

Please sign in to comment.