Don't use "{ 0 }" to initialize structures, use "{ }"
[madwifi/.git] / ath / if_ath_pci.c
2011-08-03 proskiDon't use "{ 0 }" to initialize structures, use "{ }"
2011-02-02 proskiAdd support for the latest kernels that don't define...
2010-01-18 proskiDisable PCI based AR9280 (168c:0029), it doesn't work yet
2010-01-13 proskiAdd support for AR9280 from FreeBSD HAL
2009-04-08 proskiRemove check for AR2425, since the free HAL always...
2009-04-07 proskiMerge madwifi-free branch into the trunk
2009-01-14 proskiCompile fixes for Linux 2.6.29
2008-07-30 proskiProtect against probing AR2425 if HAL doesn't support it
2008-06-26 scottrRegister sysctl before doing pci registration.
2008-06-21 mentorMake module loading and unloading much less noisy....
2008-06-21 mentorpci_register_driver does not error out if no devices...
2008-06-06 mentorMake pointer declarations and casting consistent. Some...
2008-05-17 mentorManually stomp the DMA size to 128B for AR5418 devices...
2008-03-19 proskiUse resource_size_t for physical memory addresses
2008-01-30 proskiFix section mismatch warning in forthcoming Linux 2...
2008-01-26 mtaylorMerge madwifi-dfs branch to trunk.
2007-12-13 proskiUse compatibility definition for IRQF_SHARED
2007-12-13 proskiRemove separate versions for ath_pci and wlan modules
2007-11-28 proskiStandardize on ARRAY_SIZE, stop defining and undefining N
2007-11-14 mentorAlways set the correct network device type
2007-10-08 mentorSignificantly lower the PCI_LATENCY_TIMER value that...
2007-10-04 mrenzmannRestructuring the repository layout in response to...