Skip to content

Bug#3 Progress

doru91 edited this page Feb 25, 2017 · 16 revisions

Current implementation

When the second interface is created, PS is automatically disabled and the Average Power Consumption is ~600mW.

Code version

Git head is at: https://github.com/doru91/linux-stable/commit/88d13870bb100bfa3945b1424387d1d90ade7fac The problem is that the card still exists PS mode out-of-nowhere but there are tests (1/20) when the card behaves correctly for a longer timer (e.g.: 15 minutes)

Test bed

Scenario

  • disable wpa_supplicant on the host (e.g.: sudo mv /sbin/wpa_supplicant /sbin/wpa_supplicant_temp + kill the existing wpa_supplicant process)
  • create two virtual interfaces in managed mode: wlan4 and rename27
  • connect wlan4 at AP1 (using wpa_supplicant from command line)
  • connect rename27 at AP2 (using wpa_supplicant from command line)
  • dhclient on wlan4 (sudo dhcllient wlan4)
  • dhclient on rename27 (sudo dhclient rename27)
  • enable PS mode (iw wlan4 set power save on -> this command will enable PS for both interfaces)
  • Result: Average Power Consumption: ~380mW ([Monsoon Files] (https://drive.google.com/open?id=0B5SBH08PU_ChNHYyQUVLTUFhbXc))

Clone this wiki locally