Page MenuHomeFreeBSD

[iwm] Add partial implementation of notification wait api from iwlwifi.
ClosedPublic

Authored by ivadasz on Jul 27 2016, 10:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 18, 7:30 AM
Unknown Object (File)
Sat, Oct 18, 1:57 AM
Unknown Object (File)
Fri, Oct 17, 11:34 PM
Unknown Object (File)
Tue, Sep 30, 12:10 AM
Unknown Object (File)
Sep 19 2025, 1:13 PM
Unknown Object (File)
Sep 18 2025, 2:00 AM
Unknown Object (File)
Aug 14 2025, 9:16 PM
Unknown Object (File)
Jul 6 2025, 8:37 AM
Subscribers

Details

Reviewers
cognet
adrian
Group Reviewers
Core Team
Summary
  • This implementation omits the condition function and corresponding fn_data pointer arguments from iwl_init_notification_wait() for now.
  • This API will be needed for properly waiting for a running scan to be aborted, in a follow-up change.

Obtained from: Linux iwlwifi

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4637
Build 4691: arc lint + arc unit

Event Timeline

ivadasz retitled this revision from to [iwm] Add partial implementation of notification wait api from iwlwifi..
ivadasz updated this object.
ivadasz edited the test plan for this revision. (Show Details)
ivadasz added reviewers: adrian, cognet.
adrian edited edge metadata.

i think iwm is module-only, if not also check sys/conf/files to see if the iwm bits are there and update those too!

sys/dev/iwm/if_iwm_notif_wait.h
10

i think we can strip the GPLv2 licence?

This revision is now accepted and ready to land.Jul 28 2016, 2:22 AM

Not autoclosed because not marked

commit 6e39c6502539d05ba1d9d30ed6cb52afce59ba26
Author: Adrian Chadd <adrian@FreeBSD.org>
Date:   Mon Feb 6 05:27:07 2017 +0000

  [iwm] Add implementation of the notification wait api from iwlwifi.

  Obtained from:  Linux iwlwifi
  Obtained from:  DragonflyBSD commit 94dc1dadceb57b688036211262d678bc6bbdde37

is substantially similar enough...