git: wlan - Sync dev/netif/ath from FreeBSD part 4/N
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon May 23 21:37:54 PDT 2016
commit b14ca477c2f404b36ad553a9e4f1b8b18836304e
Author: Matthew Dillon <dillon at backplane.com>
Date: Wed May 11 22:49:30 2016 -0700
wlan - Sync dev/netif/ath from FreeBSD part 4/N
* Sync dev/netif/ath from FreeBSD, fbsd git dd885b9a0a0e, May 11 2016.
(freebase + our Makefiles, does not include dfly adjustments).
Summary of changes:
sys/dev/netif/ath/ath/Makefile | 1 +
sys/dev/netif/ath/ath/if_ath.c | 1523 ++++++--------------
sys/dev/netif/ath/ath/if_ath_ahb.c | 65 +-
sys/dev/netif/ath/ath/if_ath_alq.c | 16 +-
sys/dev/netif/ath/ath/if_ath_beacon.c | 66 +-
sys/dev/netif/ath/ath/if_ath_btcoex.c | 16 +-
sys/dev/netif/ath/ath/if_ath_debug.c | 70 +-
sys/dev/netif/ath/ath/if_ath_debug.h | 16 +-
sys/dev/netif/ath/ath/if_ath_descdma.c | 442 ++++++
.../ath/{if_ath_keycache.h => if_ath_descdma.h} | 25 +-
sys/dev/netif/ath/ath/if_ath_ioctl.c | 307 ++++
.../ath/ath/{if_ath_tx_edma.h => if_ath_ioctl.h} | 8 +-
sys/dev/netif/ath/ath/if_ath_keycache.c | 47 +-
sys/dev/netif/ath/ath/if_ath_keycache.h | 3 +-
sys/dev/netif/ath/ath/if_ath_led.c | 23 +-
sys/dev/netif/ath/ath/if_ath_lna_div.c | 28 +-
sys/dev/netif/ath/ath/if_ath_misc.h | 24 +-
sys/dev/netif/ath/ath/if_ath_pci.c | 73 +-
sys/dev/netif/ath/ath/if_ath_rx.c | 284 ++--
sys/dev/netif/ath/ath/if_ath_rx_edma.c | 83 +-
sys/dev/netif/ath/ath/if_ath_spectral.c | 22 +-
sys/dev/netif/ath/ath/if_ath_sysctl.c | 383 +++--
sys/dev/netif/ath/ath/if_ath_tdma.c | 54 +-
sys/dev/netif/ath/ath/if_ath_tx.c | 246 ++--
sys/dev/netif/ath/ath/if_ath_tx.h | 1 -
sys/dev/netif/ath/ath/if_ath_tx_edma.c | 72 +-
sys/dev/netif/ath/ath/if_ath_tx_ht.c | 80 +-
sys/dev/netif/ath/ath/if_athioctl.h | 4 +-
sys/dev/netif/ath/ath/if_athvar.h | 203 ++-
sys/dev/netif/ath/ath_dfs/null/dfs_null.c | 58 +-
sys/dev/netif/ath/ath_hal/ah.c | 102 +-
sys/dev/netif/ath/ath_hal/ah.h | 62 +-
sys/dev/netif/ath/ath_hal/ah_devid.h | 1 +
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c | 4 +-
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c | 4 +-
sys/dev/netif/ath/ath_hal/ah_internal.h | 26 +-
sys/dev/netif/ath/ath_hal/ah_osdep.c | 116 +-
sys/dev/netif/ath/ath_hal/ah_osdep.h | 39 +-
sys/dev/netif/ath/ath_hal/ah_regdomain.c | 6 +-
sys/dev/netif/ath/ath_hal/ar5210/ar5210.h | 3 +-
sys/dev/netif/ath/ath_hal/ar5210/ar5210_reset.c | 1 +
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h | 1 +
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c | 3 +-
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c | 4 +-
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c | 4 +-
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c | 4 +-
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c | 4 +-
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h | 12 +-
sys/dev/netif/ath/ath_hal/ar5212/ar5212_ani.c | 13 +-
sys/dev/netif/ath/ath_hal/ar5212/ar5212_attach.c | 2 +-
sys/dev/netif/ath/ath_hal/ar5212/ar5212_misc.c | 18 +-
sys/dev/netif/ath/ath_hal/ar5212/ar5212_power.c | 2 +-
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c | 9 +-
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c | 4 +-
sys/dev/netif/ath/ath_hal/ar5312/ar5312.h | 6 +-
sys/dev/netif/ath/ath_hal/ar5312/ar5312_reset.c | 4 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h | 4 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_ani.c | 13 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c | 8 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_btcoex.c | 2 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_cal.c | 2 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c | 2 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c | 9 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c | 2 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c | 2 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416reg.h | 10 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c | 2 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c | 4 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9285_btcoex.c | 2 +-
sys/dev/netif/ath/ath_hal/ar9003/ar9300_devid.h | 1 +
sys/dev/netif/ath/ath_rate/amrr/amrr.c | 55 +-
sys/dev/netif/ath/ath_rate/onoe/onoe.c | 55 +-
sys/dev/netif/ath/ath_rate/sample/sample.c | 111 +-
sys/dev/netif/ath/ath_rate/sample/sample.h | 7 +-
74 files changed, 2499 insertions(+), 2489 deletions(-)
create mode 100644 sys/dev/netif/ath/ath/if_ath_descdma.c
copy sys/dev/netif/ath/ath/{if_ath_keycache.h => if_ath_descdma.h} (68%)
create mode 100644 sys/dev/netif/ath/ath/if_ath_ioctl.c
copy sys/dev/netif/ath/ath/{if_ath_tx_edma.h => if_ath_ioctl.h} (89%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b14ca477c2f404b36ad553a9e4f1b8b18836304e
--
DragonFly BSD source repository
More information about the Commits
mailing list