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)
Tue, May 20, 3:29 AM
Unknown Object (File)
Tue, May 13, 6:36 PM
Unknown Object (File)
Apr 22 2025, 11:25 AM
Unknown Object (File)
Mar 29 2025, 4:53 PM
Unknown Object (File)
Mar 17 2025, 1:23 AM
Unknown Object (File)
Mar 13 2025, 10:37 PM
Unknown Object (File)
Mar 11 2025, 2:37 AM
Unknown Object (File)
Jan 23 2025, 9:59 AM
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.