mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 01:11:52 +02:00
fix hostapd a/g mode if only the channel is configured in the config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13076 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
373de828e2
commit
dc7f25c42c
@ -79,7 +79,10 @@ hostapd_setup_vif() {
|
|||||||
11a) agmode=a;;
|
11a) agmode=a;;
|
||||||
11b) agmode=b;;
|
11b) agmode=b;;
|
||||||
11g) agmode=g;;
|
11g) agmode=g;;
|
||||||
*) agmode=;;
|
*)
|
||||||
|
agmode=
|
||||||
|
[ "$channel" -gt 14 ] && agmode=a
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
cat > /var/run/hostapd-$ifname.conf <<EOF
|
cat > /var/run/hostapd-$ifname.conf <<EOF
|
||||||
driver=$driver
|
driver=$driver
|
||||||
|
Loading…
Reference in New Issue
Block a user