Hello!
I would like to change the bandwidth of the channel I'm using, channel 1 of 802.11g, from 20MHz to 10MHz. But I'm not able to get it, I'm using Backfire 10.03.1 on a tp link WR1043ND. I have tried the following without success.
1- Change the maximum bandwidth that the channel can use defined on the regulatory bin, but it doesn't work. I mean, I have changed the parameter
(2402.000 - 2472.000 @ 5.000), (3.00, 27.00)
however, when I measure that the bandwidth is always the same, the point is that I cannot understand how I can set channel 14 but not changing the bandwidth, if the proccess for changing the parameters is the same.
2-I have gone to this directory
cd /sys/kernel/debug/ieee80211/phy0/ath9k
cat chnbw
in which is chnbw, and I tried to change it but it didn't work either....
On the other hand, reading in dev.openwrt.org I've found the following post https://dev.openwrt.org/browser/trunk/p … ?rev=31347, where is 512-ath9k_channelbw_debugfs.patch that I guess it's for changing the bandwidth, could I install that patch in my router?? Likewise, I have found another patch https://dev.openwrt.org/changeset/31954 which is to force the atheros chip to use the regualtory.bin that I set,I think.
My configuration is
config 'wifi-device' 'radio0'
option 'type' 'mac80211'
option 'macaddr' 'xx:xx:xx:xx:xx:xx'
option 'htmode' 'HT20'
list 'ht_capab' 'SHORT-GI-40'
list 'ht_capab' 'DSSS_CCK-40'
option 'disabled' '0'
option 'channel' '1'
option 'txpower' '10'
option 'diversity' '0'
option 'hwmode' '11ng'
option 'chnbw' '1'
option 'country' 'NL'
config 'wifi-iface'
option 'device' 'radio0'
option 'encryption' 'none'
option 'ssid' 'it-ah'
option 'mode' 'adhoc'
option 'network' 'wlan'
Thanks in advance!!!!!
(Last edited by ndarkness on 10 Aug 2012, 07:46)