Page MenuHomeFreeBSD

iwm: reorganize if_iwmvar.h
ClosedPublic

Authored by avos on Jan 1 2016, 7:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 10, 12:11 AM
Unknown Object (File)
Wed, Sep 9, 2:16 PM
Unknown Object (File)
Wed, Sep 9, 2:59 AM
Unknown Object (File)
Sun, Sep 6, 3:03 PM
Unknown Object (File)
Fri, Aug 28, 2:04 PM
Unknown Object (File)
Fri, Aug 28, 1:18 PM
Unknown Object (File)
Sun, Aug 23, 5:33 AM
Unknown Object (File)
Tue, Aug 18, 1:20 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.