mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 15:47:48 +00:00
nixos/hostapd: remove HT40- from default capabilities
The current default configuration, automatic channel selection with
the HT40- capability, is explicitly disallowed by an assertion in this
module.
This is a result of recent change to default to automatic channel
selection in 1047f0a6bf
.
This commit is contained in:
parent
b11ff5d1d5
commit
8a97d662dd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user