Page MenuHomeFreeBSD

[iwm] Set different pm_timeout for action frames.
ClosedPublic

Authored by ivadasz on Jul 26 2016, 9:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 9:59 AM
Unknown Object (File)
Mon, Jan 20, 10:28 AM
Unknown Object (File)
Dec 20 2024, 2:09 PM
Unknown Object (File)
Oct 31 2024, 5:45 PM
Unknown Object (File)
Oct 26 2024, 1:31 AM
Unknown Object (File)
Oct 21 2024, 10:49 AM
Unknown Object (File)
Oct 4 2024, 1:28 PM
Unknown Object (File)
Oct 3 2024, 10:02 PM
Subscribers

Details

Summary
When building a Tx Command for management frames, we are lacking
a check for action frames, for which we should set a different
pm_timeout.  This cause the fw to stay awake for 100TU after each
such frame is transmitted, resulting an excessive power consumption.

Taken-From: Linux iwlwifi (git b084a35663c3f1f7)

Obtained from: DragonFlyBSD git ba00f0e3ae873d6f0d5743e22c3ebc49c44dfdac

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ivadasz retitled this revision from to [iwm] Set different pm_timeout for action frames..
ivadasz updated this object.
ivadasz edited the test plan for this revision. (Show Details)
ivadasz added reviewers: adrian, cognet, sbruno.
adrian edited edge metadata.

Approved.

Just make sure you quote linux/dragonflybsd commit hashes in Obtained From: . you can have >1 obtained from line, eg:

Obtained from: Linux <git>
Obtained from: dragonflybsd <git>

This revision is now accepted and ready to land.Jul 26 2016, 10:21 PM
This revision was automatically updated to reflect the committed changes.