Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-cm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-cm
  • Repository
Switch branch/tag
  • linux-cm
  • drivers
  • net
  • wireless
  • p54
  • txrx.c
Find file BlameHistoryPermalink
  • Christian Lamparter's avatar
    p54: fix tx feedback status flag check · f880c205
    Christian Lamparter authored Aug 24, 2010
    
    
    Michael reported that p54* never really entered power
    save mode, even tough it was enabled.
    
    It turned out that upon a power save mode change the
    firmware will set a special flag onto the last outgoing
    frame tx status (which in this case is almost always the
    designated PSM nullfunc frame). This flag confused the
    driver; It erroneously reported transmission failures
    to the stack, which then generated the next nullfunc.
    and so on...
    
    Cc: <stable@kernel.org>
    Reported-by: default avatarMichael Buesch <mb@bu3sch.de>
    Tested-by: default avatarMichael Buesch <mb@bu3sch.de>
    Signed-off-by: default avatarChristian Lamparter <chunkeey@googlemail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    f880c205