Remove IEEE80211_CHANSWITCHANN_BYTES, it's unused
[madwifi/.git] / ath_hal /
2009-06-26 proskiAllow compilation with BUS=AHB in 64-bit systems
2009-06-26 proskiFix compiler warning on some big-endian systems
2009-05-24 proskiFix compilation for 32-bit PowerPC on old kernels
2009-05-24 proskiProvide compatibility iowrite32() and ioread() for...
2009-05-24 proskiRename u32 to up32, u32 is a type in Linux
2009-05-12 proskiReduce stack usage in ar5112SetPowerTable() - eliminate...
2009-05-07 proskiRemove all references to _trace_regop() and MMIOTRACE
2009-05-07 proskiFix compilation with HAL_DEBUG=1
2009-05-07 proskiFix a warning in ar5416GetGainBoundariesAndPdadcs
2009-04-22 proskiEliminate __CONCAT1 and __CONCAT, we don't need that...
2009-04-08 proskiMake ath_hal_eepromDetach() safer
2009-04-08 proskiList only actually used options, enable what can be...
2009-04-08 proskiFix compiler errors with -O3
2009-04-08 proskiSimplify linker set implementation, fix compiler warnin...
2009-04-07 proskiMerge madwifi-free branch into the trunk
2009-04-01 proskiRemove all references to ALQ from makefiles
2009-04-01 proskiRemove *.bin on "make clean"
2008-08-01 proskiFix make warning on Linux 2.4 introduced by the last...
2008-08-01 proskiFix Linux 2.4 compatibility, introduce variables for...
2008-07-23 proskiSplit unmangling from uudecoding, don't unmangle in...
2008-07-17 proskiAdd printk priorities to ah_os.c
2008-06-21 mentorMake module loading and unloading much less noisy....
2008-06-19 mentorUse POSIX preferred (and easier to read) $() form rathe...
2008-06-19 mentorTypo in CONFIG_PARISC. Guess PARISC users are a bit...
2008-06-16 kelmoFix format string bugs.
2008-06-08 proskiBe very careful about using ioread32be() and iowrite32()
2008-06-06 mentorMake pointer declarations and casting consistent. Some...
2008-06-06 proskiDon't show comments while compiling
2008-06-05 proskiRegisters between 0x7000 and 0x8000 are always little...
2008-06-05 proskiReapply r3402 (ARM compile fix), it was reverted by...
2008-06-04 kelmoRemove modules.order files in Makefile clean targets.
2008-05-23 mentorAdd lots of .PHONY to Makefiles and remove a duplicate...
2008-05-22 proskiCompile ath_hal_reg_write() and ath_hal_reg_read()...
2008-05-14 mentorWhitespace for control statements
2008-05-05 proskiAdd $(obj)/ to the dependencies of ath_hal.o
2008-05-05 proskiAdjust build system for Linux 2.6.26
2008-05-05 mentorRevert now unnecessary compile fix for INITIAL_JIFFIES...
2008-05-05 mentorKill dead uptime calculating code; not needed in a...
2008-05-04 proskiFix Linux 2.4 compatibility
2008-05-04 proskiDefine INITIAL_JIFFIES if not already defined
2008-04-24 mentorConvert as many things as possible to use kzalloc
2008-04-15 mtaylorAdd casts to force register addresses to stay 32-bits...
2008-04-11 mtaylorFix register name checks, name is a local array and...
2008-04-09 mtaylorDebugging function cleanup:
2008-03-22 proskiDon't rely on the compiler optimizing out iowrite32be...
2008-01-31 proskiAllow ARCH to be set to "x86". That's what it is in...
2008-01-26 mtaylorMerge madwifi-dfs branch to trunk.
2007-11-23 proskiStreamline _OS_REG_WRITE/_OS_REG_READ implementation
2007-11-23 proskiProvide replacements for iowrite32be and ioread32be...
2007-11-23 proskiRe-format, rewrite some comments, fix typos
2007-11-21 mtaylorAdd labs macro
2007-11-15 mentorRevert r2852 as it uses the incorrect method to access...
2007-11-15 proskiRevert commits 2623:2624, they break archs without...
2007-11-06 scottrInstall modules with mode set to 0644 instead of 0755.
2007-10-31 proskiFix sysctl support in Linux 2.6.24
2007-10-04 mrenzmannRestructuring the repository layout in response to...