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
  • Mohamed Abbas's avatar
    iwlcore: Add support for periodic RX interrupt · 40cefda9
    Mohamed Abbas authored May 22, 2009
    
    
    Periodic RX interrupt needed with ICT interrupt to prevent RX race.
    Sending RX interrupt require many steps to be done in the
    the device:
     1- write interrupt to current index in ICT table.
     2- dma RX frame.
     3- update RX shared data to indicate last write index.
     4- send interrupt.
    This could lead to RX race, driver could receive RX interrupt
    but the shared data changes does not reflect that.
    this could lead to RX race, RX periodic will solve this race
    
    Signed-off-by: default avatarMohamed Abbas <mohamed.abbas@intel.com>
    Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    40cefda9