Skip to content

Commit

Permalink
nixos/hostapd: remove HT40- from default capabilities (#362677)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Dec 7, 2024
2 parents 8d61284 + 8a97d66 commit 745a890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/hostapd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ in {

capabilities = mkOption {
type = types.listOf types.str;
default = ["HT40" "HT40-" "SHORT-GI-20" "SHORT-GI-40"];
default = ["HT40" "SHORT-GI-20" "SHORT-GI-40"];
example = ["LDPC" "HT40+" "HT40-" "GF" "SHORT-GI-20" "SHORT-GI-40" "TX-STBC" "RX-STBC1"];
description = ''
HT (High Throughput) capabilities given as a list of flags.
Expand Down

0 comments on commit 745a890

Please sign in to comment.