mac80211: fix detecting VHT capabilities when generating the default config

The colon does not directly follow the "VHT Capabilities" string

Reported-by: John Thomson <git@johnthomson.fastmail.com.au>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2021-06-02 07:42:40 +02:00
parent 9bda91d805
commit 3518b793a2
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ $0 ~ "Capabilities:" {
ht=1
}
$0 ~ "VHT Capabilities:" {
$0 ~ "VHT Capabilities" {
vht=1
}