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
F155026192: D7340.id.diff
Thu, Apr 30, 6:42 PM
Unknown Object (File)
Wed, Apr 29, 1:54 PM
Unknown Object (File)
Tue, Apr 28, 9:54 PM
Unknown Object (File)
Tue, Apr 28, 9:08 PM
Unknown Object (File)
Tue, Apr 28, 9:04 PM
Unknown Object (File)
Tue, Apr 21, 7:23 PM
Unknown Object (File)
Thu, Apr 16, 11:29 PM
Unknown Object (File)
Tue, Apr 14, 12:36 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...