#10254 closed defect (fixed)
Option TX-POWER not read from WIRELESS config
Reported by: | root73@… | Owned by: | developers |
---|---|---|---|
Priority: | high | Milestone: | Barrier Breaker 14.07 |
Component: | base system | Version: | Trunk |
Keywords: | tx-power | Cc: |
Description
Firmare version r28475
In file /etc/config/wireless was setup:
option 'txpower' '12'
But command iwconfig wlan0 show:
~# iwconfig wlan0
wlan0 IEEE 802.11bgn Mode:Master Frequency:2.437 GHz Tx-Power=20 dBm
RTS thr=2346 B Fragment thr=2346 B
Power Management:on
Attachments (0)
Change History (5)
comment:1 Changed 6 years ago by Pilot6 <hanipouspilot@…>
comment:2 Changed 6 years ago by Pilot6 <hanipouspilot@…>
I found the problem.
iw does not set power. It is a problem of new version of iw.
comment:3 Changed 6 years ago by Pilot6 <hanipouspilot@…>
I changes the mac80211.sh to use iwconfig instead of iw and it worked.
I had to comment out txpower="${txpower:-$vif_txpower}"
because iwconfig did not like the argument.
But still iw in the terminal does not set power.
comment:4 Changed 6 years ago by nbd
- Resolution set to fixed
- Status changed from new to closed
fixed in r28710
comment:5 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
I confirm this. There were no changes in wifi script but for some reason the option is not applied. Where config_get is called to get this option?