git: wlan - Sync dev/netif/ath from FreeBSD part 5/N

Matthew Dillon dillon at crater.dragonflybsd.org
Mon May 23 21:37:57 PDT 2016


commit dc24979338a9c26cf9963899768e21a9c95d30f2
Author: Matthew Dillon <dillon at backplane.com>
Date:   Wed May 11 22:51:08 2016 -0700

    wlan - Sync dev/netif/ath from FreeBSD part 5/N
    
    * Adjustments relative to previous commit to compile ath on DragonFly.
    
    * Tested with chromebook.

Summary of changes:
 sys/dev/netif/ath/ath/if_ath.c                   | 423 +++++++++++++++++++----
 sys/dev/netif/ath/ath/if_ath_ahb.c               |  50 ++-
 sys/dev/netif/ath/ath/if_ath_alq.c               |  22 +-
 sys/dev/netif/ath/ath/if_ath_beacon.c            |  44 ++-
 sys/dev/netif/ath/ath/if_ath_btcoex.c            |  18 +-
 sys/dev/netif/ath/ath/if_ath_debug.c             |  73 ++--
 sys/dev/netif/ath/ath/if_ath_debug.h             |   9 +-
 sys/dev/netif/ath/ath/if_ath_descdma.c           |  61 ++--
 sys/dev/netif/ath/ath/if_ath_ioctl.c             |  46 ++-
 sys/dev/netif/ath/ath/if_ath_keycache.c          |  30 +-
 sys/dev/netif/ath/ath/if_ath_led.c               |  23 +-
 sys/dev/netif/ath/ath/if_ath_lna_div.c           |  26 +-
 sys/dev/netif/ath/ath/if_ath_misc.h              |   1 -
 sys/dev/netif/ath/ath/if_ath_pci.c               |  41 ++-
 sys/dev/netif/ath/ath/if_ath_rx.c                |  64 ++--
 sys/dev/netif/ath/ath/if_ath_rx_edma.c           |  71 ++--
 sys/dev/netif/ath/ath/if_ath_spectral.c          |  24 +-
 sys/dev/netif/ath/ath/if_ath_sysctl.c            |  78 +++--
 sys/dev/netif/ath/ath/if_ath_tdma.c              |  48 +--
 sys/dev/netif/ath/ath/if_ath_tx.c                | 308 ++++++++++++++++-
 sys/dev/netif/ath/ath/if_ath_tx_edma.c           |  60 ++--
 sys/dev/netif/ath/ath/if_ath_tx_ht.c             |  28 +-
 sys/dev/netif/ath/ath/if_athvar.h                | 183 ++++++----
 sys/dev/netif/ath/ath_dfs/null/dfs_null.c        |  61 +++-
 sys/dev/netif/ath/ath_hal/Makefile               |  22 +-
 sys/dev/netif/ath/ath_hal/ah.c                   |   9 +-
 sys/dev/netif/ath/ath_hal/ah.h                   |  76 ++--
 sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c       |   5 +-
 sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c        |   6 +-
 sys/dev/netif/ath/ath_hal/ah_internal.h          |   8 +-
 sys/dev/netif/ath/ath_hal/ah_osdep.c             | 114 ++++--
 sys/dev/netif/ath/ath_hal/ah_osdep.h             |  14 +-
 sys/dev/netif/ath/ath_hal/ah_regdomain.c         |   4 +-
 sys/dev/netif/ath/ath_hal/ar5212/ar5212.h        |   2 +-
 sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c  |   2 +
 sys/dev/netif/ath/ath_hal/ar5416/ar5416reg.h     |   2 +-
 sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c |   2 +-
 sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c    |   2 +-
 sys/dev/netif/ath/ath_hal/ar9002/ar9285_btcoex.c |   3 +-
 sys/dev/netif/ath/ath_rate/amrr/amrr.c           |  61 +++-
 sys/dev/netif/ath/ath_rate/onoe/onoe.c           |  61 +++-
 sys/dev/netif/ath/ath_rate/sample/sample.c       | 101 +++++-
 sys/dev/netif/ath/ath_rate/sample/sample.h       |   4 +-
 43 files changed, 1673 insertions(+), 617 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dc24979338a9c26cf9963899768e21a9c95d30f2


-- 
DragonFly BSD source repository



More information about the Commits mailing list