Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • 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
  • ath
  • ath9k
  • hif_usb.c
Find file BlameHistoryPermalink
  • Rajkumar Manoharan's avatar
    ath9k_htc: Fix register read through bulk pipe · 0f529e98
    Rajkumar Manoharan authored Sep 16, 2010
    
    
    To optimize register read/write operations, the HTC firmwares were patched
    to change EP3 and EP4 pipe types from Interrupt to Bulk. So register writes
    are submitted as bulk urbs, but register reads are not. Also changing the
    register read endpoint pipe as bulk type when URBs are filled improves the
    register reads considerably which results in reduced scan time and CPU
    utilization.
    Signed-off-by: default avatarRajkumar Manoharan <rmanoharan@atheros.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    0f529e98