Remove errormessage at hostapd channel set.

This commit is contained in:
Arne Fitzenreiter
2010-09-15 17:39:32 +02:00
parent 16b1a97481
commit c1fd7bc538

View File

@@ -74,7 +74,7 @@ case "${1}" in
fi
fi
/usr/sbin/iwconfig $INTERFACE channel $CHANNEL
/usr/sbin/iwconfig $INTERFACE channel $CHANNEL 2>/dev/null
/usr/sbin/iwconfig $INTERFACE txpower $TXPOWER
/usr/bin/hostapd -P /var/run/hostapd /etc/hostapd.conf >/dev/null 2>&1 &