Просмотр исходного кода

allow channel to be ommited

SVN-Revision: 5807
Mike Baker 19 лет назад
Родитель
Сommit
a794de98b9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/broadcom-wl/files/lib/wifi/broadcom.sh

+ 1 - 1
package/broadcom-wl/files/lib/wifi/broadcom.sh

@@ -216,7 +216,7 @@ radio ${radio:-1}
 macfilter 0
 macfilter 0
 maclist none
 maclist none
 wds ${wds:-none}
 wds ${wds:-none}
-channel ${channel:-0}
+${channel:-channel $channel}
 country ${country:-IL0}
 country ${country:-IL0}
 maxassoc ${maxassoc:-128}
 maxassoc ${maxassoc:-128}
 slottime ${slottime:--1}
 slottime ${slottime:--1}