Skip to content
GitLab
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
  • ath10k
  • mac.c
Find file BlameHistoryPermalink
  • Michal Kazior's avatar
    ath10k: fix ar->rx_channel updating logic · d7bf4b4a
    Michal Kazior authored Jun 03, 2015
    Channel contexts aren't iterable until after
    they've been added to the driver. The code assumed
    otherwise.
    
    This problem could result in:
    
     * rx_channel being NULL and forcing Rx path to go
       the slow way to get channel on QCA988X,
    
     * report incorrect channel when running
       multi-channel on QCA61X4 hw2.1,
    
     * report incorrect channel after AP channel
       switch.
    
    Fixes: 500ff9f9
    
     ("ath10k: implement chanctx API")
    Signed-off-by: default avatarMichal Kazior <michal.kazior@tieto.com>
    Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
    d7bf4b4a