Skip to content

Commit

Permalink
add missing 6g to channels
Browse files Browse the repository at this point in the history
  • Loading branch information
rmandrad committed Sep 21, 2024
1 parent 163bf63 commit ace581e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ var CBIWifiFrequencyValue = form.Value.extend({
this.channels = {
'2g': L.hasSystemFeature('hostapd', 'acs') ? [ 'auto', 'auto', true ] : [],
'5g': L.hasSystemFeature('hostapd', 'acs') ? [ 'auto', 'auto', true ] : [],
'6g': L.hasSystemFeature('hostapd', 'acs') ? [ 'auto', 'auto', true ] : [],
'60g': []
};

Expand Down

0 comments on commit ace581e

Please sign in to comment.