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
  • ath6kl
  • wmi.h
Find file BlameHistoryPermalink
  • Brent Taylor's avatar
    ath6kl: Fix multiple clients associating in AP mode · 31ba6a08
    Brent Taylor authored Jun 09, 2015
    
    
    When one client is associated and connected to an ar6003 hw version
    2.0 with firmware 3.1.1.149, and another client tries to connect, the
    first client's MAC address is lost in the station list because the
    "aid" is always "1".  The structure "wmi_connect_event" has the "aid"
    as the second byte in the message, but it should be the first byte.
    
    This patch has been tested with linux-3.10.40
    Signed-off-by: default avatarBrent Taylor <motobud@gmail.com>
    Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
    31ba6a08