Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • 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
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • net
  • wireless
  • iwlwifi
  • iwl-core.c
Find file BlameHistoryPermalink
  • Reinette Chatre's avatar
    iwlagn: disable PS support for iwlagn · 286d9490
    Reinette Chatre authored Apr 30, 2009
    
    
    Some issues in PS prevent us from supporting it reliably.
    
    When 4965 goes to sleep it stores some data in host DRAM, reads it back
    when device wakes up. In 4965 there is a problem that the data is not
    correct when ucode starts using it upon wakeup.
    
    For all iwlagn devices there is a problem where command is sent when PS is
    enabled. At the moment there is a locking problem with priv->lock not being
    held and thus not requesting nic access correctly.
    
    We disable PS until these issues have been resolved.
    
    Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
    Signed-off-by: default avatarMohamed Abbas <mohamed.abbas@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    286d9490