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
  • ath
  • carl9170
  • tx.c
Find file BlameHistoryPermalink
  • Christian Lamparter's avatar
    carl9170: revamp carl9170_tx_prepare · 4bd437ea
    Christian Lamparter authored Sep 27, 2010
    
    
    David Miller complained about the driver's excessive use
    of variables in __packed structs. While I did not fully
    agree with his sole "performance" argument on all accounts.
    I do see some room for improvement in hot-paths on
    architectures without an efficient access to unaligned
    elements.
    
    This first patch (dare I say?) optimizes an important tx
    hot-path in the driver: carl9170_tx_prepare.
    
    Signed-off-by: default avatarChristian Lamparter <chunkeey@googlemail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    4bd437ea