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
  • 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-core.h
Find file BlameHistoryPermalink
  • Wey-Yi Guy's avatar
    iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945 · 6da3a13e
    Wey-Yi Guy authored Mar 26, 2009
    
    
    With mac80211's help to call stop() and start() in mac80211
    suspend/resume function, both iwlagn and iwl3945 no longer calling
    stop() and start(); remove un-necessary STATUS_IN_SUSPEND bit from both
    header files and functions,
    
    Move apm_ops.stop() function into pci_suspend() to ensure
    DMA is stopped before go into suspend mode.
    
    iwl3945 has the similar suspend/resume function as iwlagn, so move both
    functions to iwlcore to be shared by both drivers.
    
    Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
    Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    6da3a13e