Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
  • xcap-capability-linux
  • drivers
  • net
  • wireless
  • iwlwifi
  • iwl-pci.c
Find file Blame History Permalink
  • Emmanuel Grumbach's avatar
    iwlagn: introduce iwl-shared.h · 48f20d35
    Emmanuel Grumbach authored Aug 25, 2011
    
    
    It will hold declaration of functions and forward declaration of struct that
    are used by several layers.
    This will allow modules not to include iwl_priv. iwl_bus and iwl_trans are
    still visible to all.
    
    All the layers share the module parameters, move the struct to iwl-shared.h.
    Also add all module parameters to iwl_mod_params instead of having them as
    global static. This includes
    
    * debug_level
    * ant_coupling
    * bt_ch_announce
    * wanted_ucode_alternative
    
    Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
    Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    48f20d35