Page MenuHomeFreeBSD

net80211: WME callback cleanup in various drivers
ClosedPublic

Authored by avos on Nov 2 2015, 10:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 10:13 PM
Unknown Object (File)
Dec 20 2023, 2:13 AM
Unknown Object (File)
Nov 7 2023, 12:57 AM
Unknown Object (File)
Nov 6 2023, 4:53 PM
Unknown Object (File)
Nov 6 2023, 6:07 AM
Unknown Object (File)
Nov 4 2023, 4:04 AM
Unknown Object (File)
Oct 5 2023, 11:52 PM
Unknown Object (File)
Oct 5 2023, 3:54 PM
Subscribers

Details

Summary

Since rS288350, ic_wme_task() is called via ieee80211_runtask(), so, any additional deferring from a driver side is not needed.
This patch removes WME tasks from iwi(4), otus(4), run(4) and rum(4).

Test Plan

Tested with WUSB54GC (rum(4)) only (STA mode).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to net80211: WME callback cleanup in various drivers.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added reviewers: adrian, kevlo.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
adrian edited edge metadata.

looks good! thanks!

This revision is now accepted and ready to land.Nov 5 2015, 6:15 AM
This revision was automatically updated to reflect the committed changes.