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
  • rt2x00
  • rt2500pci.c
Find file BlameHistoryPermalink
  • Ivo van Doorn's avatar
    [PATCH] rt2x00: Correctly translate mac80211 antenna setup to rt2x00 · addc81bd
    Ivo van Doorn authored Oct 13, 2007
    
    
    mac80211 has 3 values for the antenna setup:
     0 - default
     1 - use antenna 1
     2 - use antenna 2
    
    This means that rt2x00 should store the default value
    from the EEPROM somwhere and use that when mac80211 indicates
    that the antenna setup is 0.
    This also implies that rt2x00 should no longer write the
    hw->config.antenna_sel_* values based on the EEPROM input.
    
    This also adds the basis in rt2x00lib for correct software
    diversity handling. By default rt2x00lib will now configure
    antenna B instead of hardware diversity.
    
    Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
    Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    addc81bd