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
  • recv.c
Find file BlameHistoryPermalink
  • Zefir Kurtisi's avatar
    ath9k: trivial: reorder rx_tasklet processing · 83c76570
    Zefir Kurtisi authored Nov 16, 2011
    
    
    DFS events are reported as PHY errors and need to be processed
    with a correct timestamp set before ath9k_skb_preprocess() is
    called and the frame is possibly dropped.
    
    This patch puts the rxs->mactime calculation before the skb
    is preprocessed to prepare for DFS event reporting.
    Signed-off-by: default avatarZefir Kurtisi <zefir.kurtisi@neratec.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    83c76570