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: fix -Wunused-but-set-variable warnings · 6490e334
    Christian Lamparter authored May 07, 2011
    
    
    tx.c: In function ‘carl9170_tx_accounting_free’:
    tx.c:159:28: warning: variable ‘txinfo’ set but not used
    tx.c: In function ‘carl9170_tx_status_process_ampdu’:
    tx.c:383:27: warning: variable ‘ar_info’ set but not used
    tx.c: In function ‘__carl9170_tx_process_status’:
    tx.c:626:27: warning: variable ‘arinfo’ set but not used
    tx.c: In function ‘carl9170_tx_ampdu_queue’:
    tx.c:1324:15: warning: variable ‘max’ set but not used
    
    Signed-off-by: default avatarChristian Lamparter <chunkeey@googlemail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    6490e334