DragonFly BSD
DragonFly commits List (threaded) for 2010-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Misc atheros updates


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 14 Nov 2010 08:07:59 -0800 (PST)

commit 5d3c818fef74e8dd1e4642cd82399840329e92f4
Author: Matthew Dillon <dillon@laptop1.(none)>
Date:   Sun Nov 14 07:14:33 2010 -0800

    kernel - Misc atheros updates
    
    * Misc atheros updates, but doesn't seem to fix an issue that seems
      to be related to WPA2 + WPS for the 928x chipset
    
    Taken-from: FreeBSD

Summary of changes:
 sys/dev/netif/ath/ath/if_ath.c                     |  194 ++++++++++++++++++++
 sys/dev/netif/ath/hal/ath_hal/ah.h                 |    1 +
 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.c       |   12 +-
 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v4k.c      |   30 +---
 sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v4k.h      |    4 +-
 sys/dev/netif/ath/hal/ath_hal/ah_internal.h        |    4 +-
 .../netif/ath/hal/ath_hal/ar5210/ar5210_reset.c    |    3 +-
 .../netif/ath/hal/ath_hal/ar5211/ar5211_reset.c    |    5 +-
 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.h      |    7 +
 .../netif/ath/hal/ath_hal/ar5212/ar5212_attach.c   |    6 +-
 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_misc.c |   35 ++++
 .../netif/ath/hal/ath_hal/ar5212/ar5212_reset.c    |    8 +
 sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_xmit.c |   13 +-
 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.ini    |  145 ++++++++-------
 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.c  |   41 ++++-
 .../netif/ath/hal/ath_hal/ar5416/ar5416_cal_iq.c   |    2 +-
 .../ath/hal/ath_hal/ar5416/ar5416_interrupts.c     |    7 +
 .../netif/ath/hal/ath_hal/ar5416/ar5416_reset.c    |   17 ++-
 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_xmit.c |    3 +-
 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416phy.h   |    3 +
 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416reg.h   |   11 +-
 sys/dev/netif/ath/hal/ath_hal/ar5416/ar9160.ini    |   19 +-
 .../netif/ath/hal/ath_hal/ar5416/ar9285_attach.c   |   16 ++-
 .../netif/ath/hal/ath_hal/ar5416/ar9285_reset.c    |  137 +++++---------
 24 files changed, 491 insertions(+), 232 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5d3c818fef74e8dd1e4642cd82399840329e92f4


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]