aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/ath
AgeCommit message (Expand)AuthorFilesLines
2021-06-04[ath5k] Avoid returning uninitialised data on EEPROM read errorsMichael Brown1-0/+3
2021-02-16[ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modesBruce Rogers1-0/+1
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown2-6/+6
2020-09-25[pci] Update drivers to use pci_ioremap()Michael Brown2-2/+2
2017-03-29[build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown3-0/+4
2017-03-22[ath] Add missing break statementsMichael Brown1-0/+3
2017-03-10[build] Provide common ARRAY_SIZE() definitionMichael Brown2-3/+0
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-1/+1
2016-05-12[ath9k] Fix buffer overrun for ar9287Christian Hesse1-4/+3
2016-05-04[ath] Fix building with GCC 6Michael Brown9-150/+101
2016-01-28[ath9k] Remove broken ath_rxbuf_alloc()Michael Brown3-70/+5
2015-04-24[ath9k] Remove confusing logic inversion in an ANI variableChristian Hesse4-24/+24
2013-07-15[legal] Add missing FILE_LICENCE declarationsMarin Hannache7-0/+14
2013-07-14[legal] Add FILE_LICENCE for ath9k driver headersMarin Hannache13-0/+26
2012-03-09[ath9k] Fix compilation on older gcc versionsMichael Brown2-3/+2
2011-10-14[ath9k] Add ath9k driverScott K Logan72-0/+61264