aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-06-03 05:38:53 +0200
committerFelix Fietkau <nbd@nbd.name>2021-06-03 05:38:59 +0200
commit2cd1a108290f48fd35373f91056c05277c289687 (patch)
treecd109d3e5476a4460034a0290d1a3aaeea484458 /package/kernel
parentc5a8b85b72c79e302da0297093be329b3216c57b (diff)
downloadupstream-2cd1a108290f48fd35373f91056c05277c289687.tar.gz
upstream-2cd1a108290f48fd35373f91056c05277c289687.tar.bz2
upstream-2cd1a108290f48fd35373f91056c05277c289687.zip
mac80211: fix typo
Remove stray parenthesis 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 02eabd0506..5eb7cc4c61 100644
--- a/package/kernel/mac80211/files/lib/wifi/mac80211.sh
+++ b/package/kernel/mac80211/files/lib/wifi/mac80211.sh
@@ -70,7 +70,7 @@ BEGIN {
if (channel) {
mode="NOHT"
if (ht) mode="HT20"
- if (vht && band != "1:")) mode="VHT80"
+ if (vht && band != "1:") mode="VHT80"
if (he) mode="HE80"
if (he && band == "1:") mode="HE20"
sub("\\[", "", channel)