git: kernel/ath - Synchronize with FreeBSD

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Feb 3 12:12:28 PST 2015


commit 848b370cf5dbae7a7b0f22ec95396b1cdb8c9262
Author: Matthew Dillon <dillon at backplane.com>
Date:   Tue Jan 20 08:51:00 2015 -0800

    kernel/ath - Synchronize with FreeBSD
    
    * Synchronize ath with FreeBSD.

Summary of changes:
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300.h        |   3 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c    |   6 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300_attach.c |  23 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c |  75 +-
 .../dev/ath/ath_hal/ar9300/ar9300_freebsd.c        |  28 +-
 .../dev/ath/ath_hal/ar9300/ar9300_freebsd.h        |   3 +-
 .../dev/ath/ath_hal/ar9300/ar9300_freebsd_inc.h    |   4 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300_gpio.c   |   2 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300_power.c  |   9 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c  |   1 +
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300_stub.c   |   2 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300_xmit.c   |   2 +-
 .../dev/ath/ath_hal/ar9300/ar9300_xmit_ds.c        |   7 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300desc.h    |   8 +-
 sys/contrib/dev/ath/ath_hal/ar9300/ar9300eep.h     |   4 +-
 sys/dev/netif/ath/ath/if_ath.c                     | 891 ++++++++++++++-------
 sys/dev/netif/ath/ath/if_ath_ahb.c                 |  50 +-
 sys/dev/netif/ath/ath/if_ath_beacon.c              |  33 +-
 sys/dev/netif/ath/ath/if_ath_beacon.h              |   1 +
 sys/dev/netif/ath/ath/if_ath_btcoex.c              |  71 ++
 sys/dev/netif/ath/ath/if_ath_debug.c               |   8 +-
 sys/dev/netif/ath/ath/if_ath_debug.h               |  24 +-
 sys/dev/netif/ath/ath/if_ath_keycache.c            |   9 +-
 sys/dev/netif/ath/ath/if_ath_led.c                 |  11 +-
 sys/dev/netif/ath/ath/if_ath_lna_div.c             |   7 +
 sys/dev/netif/ath/ath/if_ath_pci.c                 | 139 +++-
 sys/dev/netif/ath/ath/if_ath_pci_devlist.h         | 669 ++++++++++++++++
 sys/dev/netif/ath/ath/if_ath_rx.c                  | 140 ++--
 sys/dev/netif/ath/ath/if_ath_rx_edma.c             | 225 ++++--
 sys/dev/netif/ath/ath/if_ath_spectral.c            |   3 +
 sys/dev/netif/ath/ath/if_ath_sysctl.c              | 286 +++----
 sys/dev/netif/ath/ath/if_ath_tdma.c                |  26 +-
 sys/dev/netif/ath/ath/if_ath_tx.c                  | 238 ++++--
 sys/dev/netif/ath/ath/if_ath_tx_edma.c             |  36 +-
 sys/dev/netif/ath/ath/if_ath_tx_ht.c               |   3 +-
 sys/dev/netif/ath/ath/if_athvar.h                  | 241 ++++--
 sys/dev/netif/ath/ath_dfs/null/dfs_null.c          |  51 +-
 sys/dev/netif/ath/ath_hal/ah.c                     |  16 +-
 sys/dev/netif/ath/ath_hal/ah.h                     |  16 +-
 sys/dev/netif/ath/ath_hal/ah_decode.h              |   3 +
 sys/dev/netif/ath/ath_hal/ah_internal.h            |   5 +-
 sys/dev/netif/ath/ath_hal/ah_osdep.c               | 103 ++-
 sys/dev/netif/ath/ath_hal/ah_osdep.h               |   5 +-
 sys/dev/netif/ath/ath_hal/ar5210/ar5210_attach.c   |   2 +-
 sys/dev/netif/ath/ath_hal/ar5211/ar5211_attach.c   |   2 +-
 sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c   |   2 +-
 sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c    |   8 +-
 sys/dev/netif/ath/ath_hal/ar5312/ar5312_attach.c   |  26 +-
 sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c   |   2 +-
 sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c    |   2 +-
 sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c    |   5 +-
 sys/dev/netif/ath/ath_hal/ar71xx/ar71xx_cpudef.h   | 160 ----
 sys/dev/netif/ath/ath_hal/ar71xx/ar71xxreg.h       | 565 -------------
 sys/dev/netif/ath/ath_hal/ar9001/ar9130_attach.c   |   4 +-
 sys/dev/netif/ath/ath_hal/ar9001/ar9160_attach.c   |   1 +
 sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c   |   1 +
 sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c      |   2 +-
 sys/dev/netif/ath/ath_hal/ar9002/ar9285_attach.c   |   1 +
 sys/dev/netif/ath/ath_hal/ar9002/ar9285_btcoex.c   |   2 +-
 sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c   |   1 +
 sys/dev/netif/ath/ath_hal/ar91xx/ar91xxreg.h       |  84 --
 sys/dev/netif/ath/ath_rate/amrr/amrr.c             |  53 +-
 sys/dev/netif/ath/ath_rate/onoe/onoe.c             |  53 +-
 sys/dev/netif/ath/ath_rate/sample/sample.c         |  54 +-
 sys/dev/netif/ath/ath_rate/sample/tx_schedules.h   |   1 +
 65 files changed, 2618 insertions(+), 1900 deletions(-)
 create mode 100644 sys/dev/netif/ath/ath/if_ath_pci_devlist.h
 delete mode 100644 sys/dev/netif/ath/ath_hal/ar71xx/ar71xx_cpudef.h
 delete mode 100644 sys/dev/netif/ath/ath_hal/ar71xx/ar71xxreg.h
 delete mode 100644 sys/dev/netif/ath/ath_hal/ar91xx/ar91xxreg.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/848b370cf5dbae7a7b0f22ec95396b1cdb8c9262


-- 
DragonFly BSD source repository


More information about the Commits mailing list