Bug 162 - Power Management debug output showed in dmesg is not the same as before
: Power Management debug output showed in dmesg is not the same as before
Status: VERIFIED FIXED
: IPW2100
Power Management
: 0.51
: HP/Compaq Fedora Core 1
: P2 normal
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-07-28 22:40 by
Modified: 2005-10-02 09:43 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-07-28 22:40:09
================
Test environment
================
kernel 2.6.7
ipw2100 driver 0.51
Fedora core 1
Presario X1000 Compaq laptop

=========================
Test procedure and result
=========================
Power Management level showed in demsg is not the same as before after enable 
IPW2100_DL_WIRELESS_EXT and IPW2100_DL_MANAGE in debug_level.

echo 1032 > /proc/net/ipw2100/debug_levl

Before ipw2100 v0.50:
 %iwconfig eth1 power period 400ms
 %dmesg
 ipw2100_wx_get_power GET Power Management Mode -> 1 
 This is correct, PSP level = 1.

In ipw2100 v0.50 and v0.51:
 %iwconfig eth1 power period 400ms
 %dmesg
 ipw2100_wx_get_power GET Power Management Mode -> 17  
 Is this correct?
------- Comment #1 From 2004-07-29 14:36:55 -------
Fixed in 0.52
------- Comment #2 From 2004-08-17 00:03:13 -------
"iwconfig eth1 power period xxx" is not supported in ipw2100 v0.52.
Using "iwpriv eth1 set_power xx" then check dmesg, no power level showed. This 
bug is marked as verified.