Bugzilla – Bug 980
iwconfig ethx power <something(except *off*)> cannot set power management to on
Last modified: 2007-04-19 22:08:23
You need to log in before you can comment on or make changes to this bug.
#./load #iwconfig eth1 power <something (except *off)> #iwlist eth1 get_power -> shows the off
can use #iwpriv eth1 get_power and #iwpriv eth1 set_power to let it works.
Bumped to P1.
Created an attachment (id=733) [details] patch to try Currently we don't support the "iwconfig power timeout/period" option. We can set power save level through "iwpriv set_power". The patch fixes some errores in the power setting/getting path. And add timeout info when using iwconfig/iwlist power to get the power save info.
change status
Merged for 0.0.74. Setting to Fixed.
Set power does not work by iwconfig. Currently we can use iwpriv to set power, and use iwlist or iwpriv to get power. Verify this bug.
Fail to set power on/off with iwpriv command. Testing Env: ipw3945 1.2.0 / ucode 1.14.2 / ieee80211 1.2.16
That is my fault. This should be fixed. Sorry about that.
Verified.