Page MenuHomeFreeBSD

iwm: reorganize if_iwmvar.h
ClosedPublic

Authored by avos on Jan 1 2016, 7:56 PM.
Tags
None
Referenced Files
F105988604: D4753.diff
Mon, Dec 23, 1:09 PM
Unknown Object (File)
Thu, Dec 5, 5:07 PM
Unknown Object (File)
Nov 23 2024, 12:02 AM
Unknown Object (File)
Oct 23 2024, 1:26 AM
Unknown Object (File)
Oct 9 2024, 8:39 AM
Unknown Object (File)
Oct 8 2024, 5:38 PM
Unknown Object (File)
Oct 7 2024, 3:24 PM
Unknown Object (File)
Oct 7 2024, 1:45 PM
Subscribers

Details

Summary
  • Change order of data in if_iwmvar.h (like it is in other drivers: defines, data structures, vap/node structures, softc struct and locks); use indentation
  • Fix IWM_LOCK(_sc) / IWM_UNLOCK(_sc) macro.
  • Add IWM_LOCK_INIT/DESTROY(sc) + fix mtx_init() usage.
  • Wrap iwm_node casts into IWM_NODE() macro.
  • Drop some fields:
    • wt_hwqueue from Tx radiotap header;
    • macaddr[6] from iwm_vap;
Test Plan

(untested, compilable)

Diff Detail

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

Event Timeline

avos retitled this revision from to iwm: reorganize if_iwmvar.h.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos added a reviewer: adrian.
avos set the repository for this revision to rS FreeBSD src repository - subversion.
adrian edited edge metadata.
This revision is now accepted and ready to land.Jan 2 2016, 4:43 AM
This revision was automatically updated to reflect the committed changes.