options: allow "HT40" for wifi htmode

This commit is contained in:
Astro 2024-03-03 00:21:21 +01:00
parent c181d9ad19
commit ba0c26319c
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ let
{ ... }: {
options = {
htmode = mkOption {
type = enum [ "HT20" "HT40-" "HT40+" "VHT80" ];
type = enum [ "HT20" "HT40-" "HT40+" "HT40" "VHT80" ];
};
channel = mkOption {
type = int;