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
  • net
  • mac80211
  • wpa.c
Find file BlameHistoryPermalink
  • Johannes Berg's avatar
    mac80211: use spin_lock_bh() for TKIP lock · 03395003
    Johannes Berg authored Feb 13, 2013
    
    
    Since no driver calls the TKIP functions from interrupt
    context, there's no need to use spin_lock_irqsave().
    Just use spin_lock_bh() (and spin_lock() in the TX path
    where we're in a BH or they're already disabled.)
    
    Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
    03395003