change wifi channels to more sense #14

Open
april wants to merge 1 commits from april/network:master into master
1 changed files with 3 additions and 3 deletions

View File

@ -299,7 +299,7 @@
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 36;
channel = 64;
htmode = "VHT80";
ssids = {
C3D2 = { net = "c3d2"; };
@ -702,7 +702,7 @@
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 149;
channel = 114; # old channel sometimes had some noise, this channel seems noise free for now.
april marked this conversation as resolved Outdated
          channel = 114; # old channel sometimes had some noise, this channel seems noise free for now. 
```suggestion channel = 114; # old channel sometimes had some noise, this channel seems noise free for now. ```
htmode = "VHT80";
ssids = {
C3D2 = { net = "c3d2"; };
@ -740,7 +740,7 @@
role = "ap";
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 149;
channel = 169;
april marked this conversation as resolved Outdated
          channel = 169;
```suggestion channel = 169; ```
htmode = "VHT80";
ssids = {
"ZW public" = { net = "pub"; };