change wifi channels to more sense #14

Open
april wants to merge 1 commits from april/network:master into master
First-time contributor
No description provided.
sandro reviewed 2023-06-18 18:03:25 +02:00
config/ap.nix Outdated
@ -703,3 +703,3 @@
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 149;
channel = 114; #old channel sometimes had some noise, this channel seems noise free for now.
Owner
          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. ```
april marked this conversation as resolved
sandro reviewed 2023-06-18 18:04:05 +02:00
config/ap.nix Outdated
@ -741,3 +741,3 @@
wifi = {
"pci0000:00/0000:00:00.0" = {
channel = 149;
channel = 169; #less noisy channel, better to use channels that arent used in our config at all then reusing them in different places
Owner
          channel = 169;
```suggestion channel = 169; ```
april marked this conversation as resolved
april force-pushed master from abc15888a4 to aa0b0d893d 2023-06-18 18:16:09 +02:00 Compare
Owner

This won't work. Please respect channel widths under VHT80. Also, time to set noscan to disable DFS, no?

This won't work. Please respect channel widths under VHT80. Also, time to set `noscan` to disable DFS, no?
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b april-master master
git pull master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff april-master
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: zentralwerk/network#14
No description provided.