Page MenuHomeFreeBSD

[iwm] Add scan abort functions, to properly cancel a running scan.
AcceptedPublic

Authored by ivadasz on Jul 27 2016, 10:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 2 2024, 6:35 AM
Unknown Object (File)
Dec 23 2023, 11:55 AM
Unknown Object (File)
Oct 21 2023, 5:17 AM
Unknown Object (File)
Sep 16 2023, 11:50 AM
Unknown Object (File)
Jul 8 2023, 12:38 PM
Unknown Object (File)
Jun 28 2023, 1:00 AM
Unknown Object (File)
Jun 25 2023, 1:34 PM
Unknown Object (File)
Jun 19 2023, 1:16 PM
Subscribers

Details

Reviewers
cognet
adrian
Summary
  • This adds the scan abort functions to if_iwm_scan.c, but doesn't use them yet.
  • Use the notification wait api to wait for the corresponding scan complete notification after sending the abort command.

Obtained from: Linux iwlwifi

Diff Detail

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

Event Timeline

ivadasz retitled this revision from to [iwm] Add scan abort functions, to properly cancel a running scan..
ivadasz updated this object.
ivadasz edited the test plan for this revision. (Show Details)
ivadasz added reviewers: adrian, cognet.
adrian edited edge metadata.
adrian added inline comments.
sys/dev/iwm/if_iwm_scan.c
813

ugh, I really hate this. Is there any way we can have the wait notification thing take the lock so it can atomically unlock/sleep or something?

(But not in this patch, we can fix it later.)

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