]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
wlanap: fix typo.
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 25 Mar 2014 12:15:43 +0000 (13:15 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 25 Mar 2014 12:15:43 +0000 (13:15 +0100)
html/cgi-bin/wlanap.cgi

index 16b3fea2438aea0cf66d11a82ddf8b61f9158ae5..bbf25462d696b7c0ad123a1239281efad34073a8 100644 (file)
@@ -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;