Page MenuHomeFreeBSD

iwm: reorganize if_iwmvar.h
ClosedPublic

Authored by avos on Jan 1 2016, 7:56 PM.
Tags
None
Referenced Files
F136257113: D4753.diff
Sun, Nov 16, 9:51 PM
Unknown Object (File)
Wed, Nov 12, 7:37 PM
Unknown Object (File)
Fri, Oct 31, 3:52 PM
Unknown Object (File)
Fri, Oct 31, 3:52 PM
Unknown Object (File)
Fri, Oct 31, 3:52 PM
Unknown Object (File)
Fri, Oct 31, 11:10 AM
Unknown Object (File)
Sat, Oct 25, 10:50 PM
Unknown Object (File)
Sat, Oct 25, 9:27 AM
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.