Open source ath(4) HAL code.
authorHasso Tepper <hasso@estpak.ee>
Tue, 12 May 2009 19:48:59 +0000 (22:48 +0300)
committerHasso Tepper <hasso@estpak.ee>
Sat, 16 May 2009 07:45:13 +0000 (10:45 +0300)
commit3f720b208d524fba94ac745e24d1ab804be5aef0
tree831c42fe96e9631b1c6ca8f3985c5de68be4cd6d
parent4903c8a087e6ead47f494534d4ee2d9cae324b8b
Open source ath(4) HAL code.

Submitted-by: Alexander Polakov <polachok@gmail.com>
Obtained-from: FreeBSD 7.2
132 files changed:
sys/contrib/dev/ath/COPYRIGHT [deleted file]
sys/contrib/dev/ath/README [deleted file]
sys/contrib/dev/ath/ah_desc.h [deleted file]
sys/contrib/dev/ath/ah_soc.h [deleted file]
sys/contrib/dev/ath/public/amd64-elf.hal.o.uu [deleted file]
sys/contrib/dev/ath/public/amd64-elf.inc [deleted file]
sys/contrib/dev/ath/public/amd64-elf.opt_ah.h [deleted file]
sys/contrib/dev/ath/public/i386-elf.hal.o.uu [deleted file]
sys/contrib/dev/ath/public/i386-elf.inc [deleted file]
sys/contrib/dev/ath/public/i386-elf.opt_ah.h [deleted file]
sys/contrib/dev/ath/version.h [deleted file]
sys/dev/netif/ath/Makefile.inc
sys/dev/netif/ath/ath/if_ath.c
sys/dev/netif/ath/ath/if_ath_pci.c
sys/dev/netif/ath/ath/if_athvar.h
sys/dev/netif/ath/hal/Makefile
sys/dev/netif/ath/hal/ah_osdep.c
sys/dev/netif/ath/hal/ah_osdep.h
sys/dev/netif/ath/hal/ath_hal/ah.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah.h [moved from sys/contrib/dev/ath/ah.h with 69% similarity]
sys/dev/netif/ath/hal/ath_hal/ah_debug.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_decode.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_devid.h [moved from sys/contrib/dev/ath/ah_devid.h with 53% similarity]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v1.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v14.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v14.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v3.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_eeprom_v3.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_internal.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_regdomain.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ah_soc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_beacon.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_keycache.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_phy.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_recv.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210_xmit.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5210reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5210/ar5k_0007.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_beacon.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_keycache.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_phy.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_recv.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211_xmit.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/ar5211reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5211/boss.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar2316.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar2317.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar2413.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar2425.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5111.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5112.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_ani.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_beacon.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_eeprom.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_gpio.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_keycache.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_phy.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_recv.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_rfgain.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212_xmit.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5212reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5311reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5212/ar5413.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_eeprom.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_gpio.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5312reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5312/ar5315_gpio.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar2133.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_ani.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_beacon.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_adcdc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_adcgain.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_cal_iq.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_eeprom.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_gpio.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_interrupts.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_keycache.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_misc.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_phy.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_power.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_recv.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_reset.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416_xmit.c [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416desc.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416phy.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar5416reg.h [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9160.ini [new file with mode: 0644]
sys/dev/netif/ath/hal/ath_hal/ar5416/ar9160_attach.c [new file with mode: 0644]
sys/dev/netif/ath/hal/opt_ah.h [new file with mode: 0644]
sys/dev/netif/ath/rate_amrr/amrr.c
sys/dev/netif/ath/rate_onoe/onoe.c
sys/dev/netif/ath/rate_sample/sample.c