git: ath - Reimport fresh from FreeBSD 01-Jan-2014 for re-port
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Jan 1 23:15:59 PST 2014
commit 572ff6f6e8b95055988f178b6ba12ce77bb5b3c2
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Jan 1 10:28:42 2014 -0800
ath - Reimport fresh from FreeBSD 01-Jan-2014 for re-port
* Bring the FreeBSD files in verbatim for the atheros driver. Create
a sub-directory "ath", move if_ath* and ah_* into ath/
* as-of (fbsd) git commitid 843c1c95adbb59b90772ccb36241906ccf1923ed
Summary of changes:
sys/dev/netif/ath/Makefile | 10 -
sys/dev/netif/ath/Makefile.inc | 17 -
sys/dev/netif/ath/ath/Makefile | 44 -
sys/dev/netif/ath/ath/if_ath.c | 8205 +++++++++-----------
sys/dev/netif/ath/ath/if_ath_ahb.c | 355 +
sys/dev/netif/ath/ath/if_ath_alq.c | 195 +
sys/dev/netif/ath/ath/if_ath_alq.h | 191 +
sys/dev/netif/ath/ath/if_ath_beacon.c | 1120 +++
sys/dev/netif/ath/ath/if_ath_beacon.h | 52 +
sys/dev/netif/ath/ath/if_ath_btcoex.c | 347 +
sys/dev/netif/ath/ath/if_ath_btcoex.h | 40 +
sys/dev/netif/ath/ath/if_ath_debug.c | 263 +
sys/dev/netif/ath/ath/if_ath_debug.h | 124 +
sys/dev/netif/ath/ath/if_ath_keycache.c | 532 ++
sys/dev/netif/ath/ath/if_ath_keycache.h | 43 +
sys/dev/netif/ath/ath/if_ath_led.c | 190 +
sys/dev/netif/ath/ath/if_ath_led.h | 37 +
sys/dev/netif/ath/ath/if_ath_lna_div.c | 1014 +++
sys/dev/netif/ath/ath/if_ath_lna_div.h | 89 +
sys/dev/netif/ath/ath/if_ath_misc.h | 150 +
sys/dev/netif/ath/ath/if_ath_pci.c | 181 +-
sys/dev/netif/ath/ath/if_ath_rx.c | 1262 +++
sys/dev/netif/ath/ath/if_ath_rx.h | 65 +
sys/dev/netif/ath/ath/if_ath_rx_edma.c | 949 +++
sys/dev/netif/ath/ath/if_ath_rx_edma.h | 36 +
sys/dev/netif/ath/ath/if_ath_spectral.c | 290 +
sys/dev/netif/ath/ath/if_ath_spectral.h | 40 +
sys/dev/netif/ath/ath/if_ath_sysctl.c | 1144 +++
sys/dev/netif/ath/ath/if_ath_sysctl.h | 38 +
sys/dev/netif/ath/ath/if_ath_tdma.c | 684 ++
sys/dev/netif/ath/ath/if_ath_tdma.h | 55 +
sys/dev/netif/ath/ath/if_ath_tsf.h | 81 +
sys/dev/netif/ath/ath/if_ath_tx.c | 6063 +++++++++++++++
sys/dev/netif/ath/ath/if_ath_tx.h | 169 +
sys/dev/netif/ath/ath/if_ath_tx_edma.c | 883 +++
sys/dev/netif/ath/ath/if_ath_tx_edma.h | 36 +
sys/dev/netif/ath/ath/if_ath_tx_ht.c | 896 +++
sys/dev/netif/ath/ath/if_ath_tx_ht.h | 63 +
sys/dev/netif/ath/ath/if_athdfs.h | 49 +
sys/dev/netif/ath/ath/if_athioctl.h | 266 +-
sys/dev/netif/ath/ath/if_athrate.h | 44 +-
sys/dev/netif/ath/ath/if_athvar.h | 933 ++-
sys/dev/netif/ath/ath_dfs/null/dfs_null.c | 295 +
sys/dev/netif/ath/{hal => }/ath_hal/ah.c | 580 +-
sys/dev/netif/ath/{hal => }/ath_hal/ah.h | 919 ++-
sys/dev/netif/ath/{hal => }/ath_hal/ah_debug.h | 16 +-
sys/dev/netif/ath/{hal => }/ath_hal/ah_decode.h | 13 +-
sys/dev/netif/ath/{hal => }/ath_hal/ah_desc.h | 108 +-
sys/dev/netif/ath/{hal => }/ath_hal/ah_devid.h | 21 +-
sys/dev/netif/ath/ath_hal/ah_diagcodes.h | 72 +
sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom.h | 37 +-
.../ah_eeprom_v4k.c => ath_hal/ah_eeprom_9287.c} | 204 +-
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h | 168 +
sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v1.c | 4 +-
sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v1.h | 2 +-
.../netif/ath/{hal => }/ath_hal/ah_eeprom_v14.c | 79 +-
.../netif/ath/{hal => }/ath_hal/ah_eeprom_v14.h | 50 +-
sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v3.c | 6 +-
sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v3.h | 2 +-
.../netif/ath/{hal => }/ath_hal/ah_eeprom_v4k.c | 49 +-
.../netif/ath/{hal => }/ath_hal/ah_eeprom_v4k.h | 75 +-
sys/dev/netif/ath/{hal => }/ath_hal/ah_internal.h | 353 +-
sys/dev/netif/ath/{hal => ath_hal}/ah_osdep.c | 180 +-
sys/dev/netif/ath/{hal => ath_hal}/ah_osdep.h | 59 +-
sys/dev/netif/ath/ath_hal/ah_regdomain.c | 870 +++
sys/dev/netif/ath/ath_hal/ah_regdomain.h | 163 +
.../netif/ath/ath_hal/ah_regdomain/ah_rd_ctry.h | 170 +
.../netif/ath/ath_hal/ah_regdomain/ah_rd_domains.h | 774 ++
.../ath/ath_hal/ah_regdomain/ah_rd_freqbands.h | 419 +
.../netif/ath/ath_hal/ah_regdomain/ah_rd_regenum.h | 249 +
.../netif/ath/ath_hal/ah_regdomain/ah_rd_regmap.h | 135 +
sys/dev/netif/ath/{hal => }/ath_hal/ah_soc.h | 2 +-
.../netif/ath/{hal => }/ath_hal/ar5210/ar5210.h | 28 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_attach.c | 41 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_beacon.c | 17 +-
.../{hal => }/ath_hal/ar5210/ar5210_interrupts.c | 2 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_keycache.c | 2 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_misc.c | 69 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_phy.c | 2 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_power.c | 2 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_recv.c | 14 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_reset.c | 18 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210_xmit.c | 54 +-
.../ath/{hal => }/ath_hal/ar5210/ar5210desc.h | 6 +-
.../netif/ath/{hal => }/ath_hal/ar5210/ar5210phy.h | 2 +-
.../netif/ath/{hal => }/ath_hal/ar5210/ar5210reg.h | 20 +-
.../ath/{hal => }/ath_hal/ar5210/ar5k_0007.ini | 2 +-
.../netif/ath/{hal => }/ath_hal/ar5211/ar5211.h | 28 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_attach.c | 42 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_beacon.c | 17 +-
.../{hal => }/ath_hal/ar5211/ar5211_interrupts.c | 2 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_keycache.c | 2 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_misc.c | 46 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_phy.c | 2 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_power.c | 2 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_recv.c | 10 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_reset.c | 10 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211_xmit.c | 48 +-
.../ath/{hal => }/ath_hal/ar5211/ar5211desc.h | 4 +-
.../netif/ath/{hal => }/ath_hal/ar5211/ar5211phy.h | 2 +-
.../netif/ath/{hal => }/ath_hal/ar5211/ar5211reg.h | 19 +-
.../netif/ath/{hal => }/ath_hal/ar5211/boss.ini | 2 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar2316.c | 16 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar2317.c | 16 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar2413.c | 19 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar2425.c | 21 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar5111.c | 24 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar5112.c | 16 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar5212.h | 55 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar5212.ini | 2 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_ani.c | 125 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_attach.c | 80 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_beacon.c | 36 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_eeprom.c | 2 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_gpio.c | 2 +-
.../{hal => }/ath_hal/ar5212/ar5212_interrupts.c | 2 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_keycache.c | 21 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_misc.c | 403 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_phy.c | 2 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_power.c | 2 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_recv.c | 35 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_reset.c | 177 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_rfgain.c | 2 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212_xmit.c | 104 +-
.../ath/{hal => }/ath_hal/ar5212/ar5212desc.h | 3 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar5212phy.h | 15 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar5212reg.h | 5 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar5311reg.h | 2 +-
.../netif/ath/{hal => }/ath_hal/ar5212/ar5413.c | 19 +-
.../netif/ath/{hal => }/ath_hal/ar5312/ar5312.h | 2 +-
.../ath/{hal => }/ath_hal/ar5312/ar5312_attach.c | 5 +-
.../ath/{hal => }/ath_hal/ar5312/ar5312_eeprom.c | 2 +-
.../ath/{hal => }/ath_hal/ar5312/ar5312_gpio.c | 2 +-
.../{hal => }/ath_hal/ar5312/ar5312_interrupts.c | 2 +-
.../ath/{hal => }/ath_hal/ar5312/ar5312_misc.c | 2 +-
.../ath/{hal => }/ath_hal/ar5312/ar5312_power.c | 2 +-
.../ath/{hal => }/ath_hal/ar5312/ar5312_reset.c | 5 +-
.../netif/ath/{hal => }/ath_hal/ar5312/ar5312phy.h | 2 +-
.../netif/ath/{hal => }/ath_hal/ar5312/ar5312reg.h | 2 +-
.../ath/{hal => }/ath_hal/ar5312/ar5315_gpio.c | 2 +-
.../netif/ath/{hal => }/ath_hal/ar5416/ar2133.c | 142 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h | 424 +
.../netif/ath/{hal => }/ath_hal/ar5416/ar5416.ini | 6 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_ani.c | 322 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_attach.c | 302 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_beacon.c | 41 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_btcoex.c | 394 +
.../ar5312phy.h => ath_hal/ar5416/ar5416_btcoex.h} | 28 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_cal.c | 276 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_cal.h | 3 +-
.../{hal => }/ath_hal/ar5416/ar5416_cal_adcdc.c | 2 +-
.../{hal => }/ath_hal/ar5416/ar5416_cal_adcgain.c | 2 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_cal_iq.c | 2 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_eeprom.c | 2 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_gpio.c | 69 +-
.../{hal => }/ath_hal/ar5416/ar5416_interrupts.c | 217 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_keycache.c | 2 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_misc.c | 367 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_phy.c | 40 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_power.c | 17 +-
sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c | 432 ++
.../ath/{hal => }/ath_hal/ar5416/ar5416_recv.c | 133 +-
.../ath/{hal => }/ath_hal/ar5416/ar5416_reset.c | 1812 +++--
sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c | 244 +
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c | 1494 ++++
.../ath/{hal => }/ath_hal/ar5416/ar5416desc.h | 37 +-
.../netif/ath/{hal => }/ath_hal/ar5416/ar5416phy.h | 124 +-
.../netif/ath/{hal => }/ath_hal/ar5416/ar5416reg.h | 434 +-
.../ar9160.ini => ath_hal/ar9001/ar9130.ini} | 211 +-
.../ar9001/ar9130_attach.c} | 166 +-
.../ar5312phy.h => ath_hal/ar9001/ar9130_eeprom.c} | 19 +-
.../ar5312phy.h => ath_hal/ar9001/ar9130_eeprom.h} | 21 +-
.../ar9001/ar9130_phy.c} | 37 +-
.../ar5312phy.h => ath_hal/ar9001/ar9130_phy.h} | 22 +-
.../ar5312phy.h => ath_hal/ar9001/ar9130reg.h} | 24 +-
.../ath_hal/ar5416 => ath_hal/ar9001}/ar9160.ini | 5 +-
.../ar5416 => ath_hal/ar9001}/ar9160_attach.c | 65 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9002phy.h | 57 +
.../ath_hal/ar5416 => ath_hal/ar9002}/ar9280.c | 121 +-
.../ath_hal/ar5416 => ath_hal/ar9002}/ar9280.h | 23 +-
.../ar5416 => ath_hal/ar9002}/ar9280_attach.c | 291 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c | 408 +
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.h | 53 +
.../ath_hal/ar5416 => ath_hal/ar9002}/ar9280v1.ini | 2 +-
.../ath_hal/ar5416 => ath_hal/ar9002}/ar9280v2.ini | 294 +-
.../ath_hal/ar5416 => ath_hal/ar9002}/ar9285.c | 31 +-
.../ath_hal/ar5416 => ath_hal/ar9002}/ar9285.h | 17 +-
.../ath_hal/ar5416 => ath_hal/ar9002}/ar9285.ini | 2 +-
.../ar5416 => ath_hal/ar9002}/ar9285_attach.c | 308 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9285_btcoex.c | 152 +
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c | 269 +
sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.h | 34 +
.../netif/ath/ath_hal/ar9002/ar9285_diversity.c | 156 +
.../netif/ath/ath_hal/ar9002/ar9285_diversity.h | 33 +
sys/dev/netif/ath/ath_hal/ar9002/ar9285_phy.c | 105 +
sys/dev/netif/ath/ath_hal/ar9002/ar9285_phy.h | 41 +
.../ar5416 => ath_hal/ar9002}/ar9285_reset.c | 667 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9285an.h | 124 +
sys/dev/netif/ath/ath_hal/ar9002/ar9285phy.h | 130 +
.../ath_hal/ar5416 => ath_hal/ar9002}/ar9285v2.ini | 119 +-
.../ar5416/ar9280.c => ath_hal/ar9002/ar9287.c} | 107 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9287.h | 60 +
sys/dev/netif/ath/ath_hal/ar9002/ar9287.ini | 783 ++
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c | 493 ++
sys/dev/netif/ath/ath_hal/ar9002/ar9287_cal.c | 73 +
sys/dev/netif/ath/ath_hal/ar9002/ar9287_cal.h | 33 +
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c | 171 +
.../ar5312phy.h => ath_hal/ar9002/ar9287_olc.h} | 26 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c | 586 ++
.../ar5312phy.h => ath_hal/ar9002/ar9287_reset.h} | 22 +-
sys/dev/netif/ath/ath_hal/ar9002/ar9287an.h | 49 +
.../ar5312phy.h => ath_hal/ar9002/ar9287phy.h} | 21 +-
sys/dev/netif/ath/ath_hal/ar9003/ar9300_btcoex.h | 59 +
sys/dev/netif/ath/ath_hal/ar9003/ar9300_devid.h | 78 +
.../netif/ath/{rate_amrr => ath_rate/amrr}/amrr.c | 315 +-
.../netif/ath/{rate_amrr => ath_rate/amrr}/amrr.h | 31 +-
.../netif/ath/{rate_onoe => ath_rate/onoe}/onoe.c | 313 +-
.../netif/ath/{rate_onoe => ath_rate/onoe}/onoe.h | 39 +-
sys/dev/netif/ath/ath_rate/sample/sample.c | 1393 ++++
.../ath/{rate_sample => ath_rate/sample}/sample.h | 102 +-
sys/dev/netif/ath/ath_rate/sample/tx_schedules.h | 239 +
sys/dev/netif/ath/hal/Makefile | 117 -
sys/dev/netif/ath/hal/ath_hal/ah_regdomain.c | 2447 ------
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.h | 223 -
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_xmit.c | 695 --
sys/dev/netif/ath/rate_amrr/Makefile | 44 -
sys/dev/netif/ath/rate_onoe/Makefile | 44 -
sys/dev/netif/ath/rate_sample/Makefile | 44 -
sys/dev/netif/ath/rate_sample/sample.c | 1053 ---
229 files changed, 43276 insertions(+), 12827 deletions(-)
delete mode 100644 sys/dev/netif/ath/Makefile
delete mode 100644 sys/dev/netif/ath/Makefile.inc
delete mode 100644 sys/dev/netif/ath/ath/Makefile
create mode 100644 sys/dev/netif/ath/ath/if_ath_ahb.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_alq.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_alq.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_beacon.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_beacon.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_btcoex.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_btcoex.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_debug.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_debug.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_keycache.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_keycache.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_led.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_led.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_lna_div.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_lna_div.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_misc.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_rx.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_rx.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_rx_edma.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_rx_edma.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_spectral.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_spectral.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_sysctl.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_sysctl.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_tdma.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_tdma.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_tsf.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_tx.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_tx.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_tx_edma.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_tx_edma.h
create mode 100644 sys/dev/netif/ath/ath/if_ath_tx_ht.c
create mode 100644 sys/dev/netif/ath/ath/if_ath_tx_ht.h
create mode 100644 sys/dev/netif/ath/ath/if_athdfs.h
create mode 100644 sys/dev/netif/ath/ath_dfs/null/dfs_null.c
rename sys/dev/netif/ath/{hal => }/ath_hal/ah.c (58%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah.h (53%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_debug.h (75%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_decode.h (90%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_desc.h (69%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_devid.h (83%)
create mode 100644 sys/dev/netif/ath/ath_hal/ah_diagcodes.h
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom.h (78%)
copy sys/dev/netif/ath/{hal/ath_hal/ah_eeprom_v4k.c => ath_hal/ah_eeprom_9287.c} (64%)
create mode 100644 sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v1.c (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v1.h (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v14.c (85%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v14.h (86%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v3.c (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v3.h (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v4k.c (92%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_eeprom_v4k.h (79%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_internal.h (71%)
rename sys/dev/netif/ath/{hal => ath_hal}/ah_osdep.c (72%)
rename sys/dev/netif/ath/{hal => ath_hal}/ah_osdep.h (75%)
create mode 100644 sys/dev/netif/ath/ath_hal/ah_regdomain.c
create mode 100644 sys/dev/netif/ath/ath_hal/ah_regdomain.h
create mode 100644 sys/dev/netif/ath/ath_hal/ah_regdomain/ah_rd_ctry.h
create mode 100644 sys/dev/netif/ath/ath_hal/ah_regdomain/ah_rd_domains.h
create mode 100644 sys/dev/netif/ath/ath_hal/ah_regdomain/ah_rd_freqbands.h
create mode 100644 sys/dev/netif/ath/ath_hal/ah_regdomain/ah_rd_regenum.h
create mode 100644 sys/dev/netif/ath/ath_hal/ah_regdomain/ah_rd_regmap.h
rename sys/dev/netif/ath/{hal => }/ath_hal/ah_soc.h (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210.h (91%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_attach.c (90%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_beacon.c (94%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_interrupts.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_keycache.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_misc.c (92%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_phy.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_power.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_recv.c (96%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_reset.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210_xmit.c (93%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210desc.h (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210phy.h (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5210reg.h (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5210/ar5k_0007.ini (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211.h (91%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_attach.c (92%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_beacon.c (93%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_interrupts.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_keycache.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_misc.c (95%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_phy.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_power.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_recv.c (96%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_reset.c (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211_xmit.c (94%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211desc.h (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211phy.h (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/ar5211reg.h (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5211/boss.ini (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar2316.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar2317.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar2413.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar2425.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5111.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5112.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212.h (91%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212.ini (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_ani.c (91%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_attach.c (91%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_beacon.c (89%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_eeprom.c (96%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_gpio.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_interrupts.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_keycache.c (92%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_misc.c (75%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_phy.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_power.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_recv.c (89%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_reset.c (95%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_rfgain.c (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212_xmit.c (91%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212desc.h (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212phy.h (94%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5212reg.h (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5311reg.h (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5212/ar5413.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312.h (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312_attach.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312_eeprom.c (95%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312_gpio.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312_interrupts.c (95%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312_misc.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312_power.c (98%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312_reset.c (99%)
copy sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312phy.h (95%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5312reg.h (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5312/ar5315_gpio.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar2133.c (77%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416.ini (99%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_ani.c (77%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_attach.c (73%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_beacon.c (87%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar5416/ar5416_btcoex.c
copy sys/dev/netif/ath/{hal/ath_hal/ar5312/ar5312phy.h => ath_hal/ar5416/ar5416_btcoex.h} (54%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_cal.c (74%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_cal.h (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_cal_adcdc.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_cal_adcgain.c (97%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_cal_iq.c (97%)
copy sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_eeprom.c (93%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_gpio.c (78%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_interrupts.c (60%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_keycache.c (95%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_misc.c (57%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_phy.c (94%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_power.c (91%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar5416/ar5416_radar.c
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_recv.c (63%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416_reset.c (58%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar5416/ar5416_spectral.c
create mode 100644 sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416desc.h (93%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416phy.h (70%)
rename sys/dev/netif/ath/{hal => }/ath_hal/ar5416/ar5416reg.h (63%)
copy sys/dev/netif/ath/{hal/ath_hal/ar5416/ar9160.ini => ath_hal/ar9001/ar9130.ini} (81%)
copy sys/dev/netif/ath/{hal/ath_hal/ar5416/ar9160_attach.c => ath_hal/ar9001/ar9130_attach.c} (60%)
copy sys/dev/netif/ath/{hal/ath_hal/ar5312/ar5312phy.h => ath_hal/ar9001/ar9130_eeprom.c} (53%)
copy sys/dev/netif/ath/{hal/ath_hal/ar5312/ar5312phy.h => ath_hal/ar9001/ar9130_eeprom.h} (54%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416/ar5416_eeprom.c => ath_hal/ar9001/ar9130_phy.c} (57%)
copy sys/dev/netif/ath/{hal/ath_hal/ar5312/ar5312phy.h => ath_hal/ar9001/ar9130_phy.h} (54%)
copy sys/dev/netif/ath/{hal/ath_hal/ar5312/ar5312phy.h => ath_hal/ar9001/ar9130reg.h} (54%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9001}/ar9160.ini (99%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9001}/ar9160_attach.c (81%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9002phy.h
copy sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9280.c (78%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9280.h (70%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9280_attach.c (72%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.h
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9280v1.ini (99%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9280v2.ini (81%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9285.c (78%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9285.h (71%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9285.ini (99%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9285_attach.c (57%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285_btcoex.c
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.c
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285_cal.h
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285_diversity.c
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285_diversity.h
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285_phy.c
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285_phy.h
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9285_reset.c (54%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285an.h
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9285phy.h
rename sys/dev/netif/ath/{hal/ath_hal/ar5416 => ath_hal/ar9002}/ar9285v2.ini (84%)
rename sys/dev/netif/ath/{hal/ath_hal/ar5416/ar9280.c => ath_hal/ar9002/ar9287.c} (78%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9287.h
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9287.ini
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9287_cal.c
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9287_cal.h
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c
copy sys/dev/netif/ath/{hal/ath_hal/ar5312/ar5312phy.h => ath_hal/ar9002/ar9287_olc.h} (54%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
copy sys/dev/netif/ath/{hal/ath_hal/ar5312/ar5312phy.h => ath_hal/ar9002/ar9287_reset.h} (54%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar9002/ar9287an.h
rename sys/dev/netif/ath/{hal/ath_hal/ar5312/ar5312phy.h => ath_hal/ar9002/ar9287phy.h} (54%)
create mode 100644 sys/dev/netif/ath/ath_hal/ar9003/ar9300_btcoex.h
create mode 100644 sys/dev/netif/ath/ath_hal/ar9003/ar9300_devid.h
rename sys/dev/netif/ath/{rate_amrr => ath_rate/amrr}/amrr.c (64%)
rename sys/dev/netif/ath/{rate_amrr => ath_rate/amrr}/amrr.h (77%)
rename sys/dev/netif/ath/{rate_onoe => ath_rate/onoe}/onoe.c (62%)
rename sys/dev/netif/ath/{rate_onoe => ath_rate/onoe}/onoe.h (61%)
create mode 100644 sys/dev/netif/ath/ath_rate/sample/sample.c
rename sys/dev/netif/ath/{rate_sample => ath_rate/sample}/sample.h (73%)
create mode 100644 sys/dev/netif/ath/ath_rate/sample/tx_schedules.h
delete mode 100644 sys/dev/netif/ath/hal/Makefile
delete mode 100644 sys/dev/netif/ath/hal/ath_hal/ah_regdomain.c
delete mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.h
delete mode 100644 sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_xmit.c
delete mode 100644 sys/dev/netif/ath/rate_amrr/Makefile
delete mode 100644 sys/dev/netif/ath/rate_onoe/Makefile
delete mode 100644 sys/dev/netif/ath/rate_sample/Makefile
delete mode 100644 sys/dev/netif/ath/rate_sample/sample.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/572ff6f6e8b95055988f178b6ba12ce77bb5b3c2
--
DragonFly BSD source repository
More information about the Commits
mailing list