Re: 802.11n support for iwm(4): problem with separate BA task

From: Adrian Chadd <adrian_at_freebsd.org>
Date: Tue, 21 Mar 2023 14:51:57 UTC
oooo nice!

So yeah, you will need to figure out why you can't do a cancel call and
have it properly cancel the task. you need to do that during vap delete /
teardown because that path isn't async and thus you need them to block
waiting for whatever is stopping your task cancel from succeeding.

Do you have a diff available? I'd love to review it.

Thanks!


-adrian