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: set beacon xmit power to the max · 58296567
    Christian Lamparter authored Jul 16, 2011
    Harshal Chhaya discovered during network tests, that
    several of his clients dropped-off the network. The
    captured packets shows that the beacons sent by the
    AP are at a much lower power than the other data
    packets.
    
    The reason for this mishap: The driver never updated
    the beacon phy register, so all beacons were always
    sent at the lowest power.
    
    Reference: http://marc.info/?l=linux-wireless&m=131067225105801
    
    
    Reported-by: default avatarHarshal Chhaya <harshal@gmail.com>
    Signed-off-by: default avatarChristian Lamparter <chunkeey@googlemail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    58296567