Nochtspeicher01 & 02 auf unterschiedliche Kanäle gelegt

This commit is contained in:
4ndr3 2015-03-07 14:41:08 +01:00
parent d6d3a5bc4f
commit 46bd26b716
2 changed files with 8 additions and 6 deletions

View file

@ -4,16 +4,17 @@ config wifi-device 'radio0'
option hwmode '11g' option hwmode '11g'
option path 'platform/ar934x_wmac' option path 'platform/ar934x_wmac'
option htmode 'HT20' option htmode 'HT20'
option channel '1'
option country 'DE' option country 'DE'
option txpower '14'
option channel '6'
config wifi-device 'radio1' config wifi-device 'radio1'
option type 'mac80211' option type 'mac80211'
option hwmode '11a' option hwmode '11a'
option path 'pci0000:00/0000:00:00.0' option path 'pci0000:00/0000:00:00.0'
option channel '44' option htmode 'HT20'
option htmode 'HT40+'
option country 'DE' option country 'DE'
option channel '40'
config wifi-iface 'client_radio0' config wifi-iface 'client_radio0'
option network 'client' option network 'client'

View file

@ -4,16 +4,17 @@ config wifi-device 'radio0'
option hwmode '11g' option hwmode '11g'
option path 'platform/ar934x_wmac' option path 'platform/ar934x_wmac'
option htmode 'HT20' option htmode 'HT20'
option channel '1'
option country 'DE' option country 'DE'
option txpower '14'
option channel '11'
config wifi-device 'radio1' config wifi-device 'radio1'
option type 'mac80211' option type 'mac80211'
option hwmode '11a' option hwmode '11a'
option path 'pci0000:00/0000:00:00.0' option path 'pci0000:00/0000:00:00.0'
option channel '44' option htmode 'HT20'
option htmode 'HT40+'
option country 'DE' option country 'DE'
option channel '36'
config wifi-iface 'client_radio0' config wifi-iface 'client_radio0'
option network 'client' option network 'client'