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
F168543413: D7324.id18825.diff
Fri, Aug 28, 10:47 PM
F168543410: D7324.id18778.diff
Fri, Aug 28, 10:47 PM
F168543281: D7324.diff
Fri, Aug 28, 10:46 PM
Unknown Object (File)
Tue, Aug 25, 2:25 AM
Unknown Object (File)
Sun, Aug 16, 7:42 PM
Unknown Object (File)
Jul 27 2026, 4:53 PM
Unknown Object (File)
Jul 25 2026, 3:25 PM
Unknown Object (File)
Jul 12 2026, 5:14 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.