aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-06-02 07:42:40 +0200
committerFelix Fietkau <nbd@nbd.name>2021-06-02 07:46:21 +0200
commit3518b793a2f2293e7e9124b5beae7b09887c5e32 (patch)
tree1459e8b9a0898ee0bc96d44bb59d39c7a31f077a /package/kernel
parent9bda91d805b02ba3d3a6481bee31f4569e3c2324 (diff)
downloadupstream-3518b793a2f2293e7e9124b5beae7b09887c5e32.tar.gz
upstream-3518b793a2f2293e7e9124b5beae7b09887c5e32.tar.bz2
upstream-3518b793a2f2293e7e9124b5beae7b09887c5e32.zip
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>
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/mac80211/files/lib/wifi/mac80211.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/files/lib/wifi/mac80211.sh b/package/kernel/mac80211/files/lib/wifi/mac80211.sh
index 0763da8fd8..f5d4f2e90a 100644
--- a/package/kernel/mac80211/files/lib/wifi/mac80211.sh
+++ b/package/kernel/mac80211/files/lib/wifi/mac80211.sh
@@ -92,7 +92,7 @@ $0 ~ "Capabilities:" {
ht=1
}
-$0 ~ "VHT Capabilities:" {
+$0 ~ "VHT Capabilities" {
vht=1
}