projects
/
people
/
teissler
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c209d
)
wlanap: fix typo.
author
Arne Fitzenreiter
<arne_f@ipfire.org>
Tue, 25 Mar 2014 12:15:43 +0000
(13:15 +0100)
committer
Arne Fitzenreiter
<arne_f@ipfire.org>
Tue, 25 Mar 2014 12:15:43 +0000
(13:15 +0100)
html/cgi-bin/wlanap.cgi
patch
|
blob
|
blame
|
history
diff --git
a/html/cgi-bin/wlanap.cgi
b/html/cgi-bin/wlanap.cgi
index
16b3fea
..
bbf2546
100644
(file)
--- a/
html/cgi-bin/wlanap.cgi
+++ b/
html/cgi-bin/wlanap.cgi
@@
-265,7
+265,7
@@
if ( $wlanapsettings{'DRIVER'} eq 'NL80211' ){
my $wiphy = `iw dev $wlanapsettings{'INTERFACE'} info | grep wiphy | cut -d" " -f2`;
chomp $wiphy;
-@channellist_cmd = `iw phy phy$wiphy info | grep " MHz \\\[" | grep -v "(disabled)" | grep -v "no IBSS" | grep -v "passive scanning"
"
2>/dev/null`;
+@channellist_cmd = `iw phy phy$wiphy info | grep " MHz \\\[" | grep -v "(disabled)" | grep -v "no IBSS" | grep -v "passive scanning" 2>/dev/null`;
# get available channels
my @temp;