aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-2/+1
2019-09-23ath: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-08-28PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski1-1/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2012-12-06ath5k: remove __dev* attributesBill Pemberton1-3/+3
2012-04-16net/wireless: use module_pci_driverAxel Lin1-25/+1
2012-04-16ath5k: add PCI idYoshinori Sato1-0/+1
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches1-1/+3
2011-11-28ath5k: Use usleep_range where possibleNick Kossifidis1-1/+1
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-08ath5k: remove last references to "softc"Pavel Roskin1-2/+2
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-19/+19
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-6/+6
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+5
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin1-1/+1
2011-07-05ath5k: fix incorrect use of drvdata in PCI suspend/resume codePavel Roskin1-2/+5
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+32
2011-04-14ath5k: add a new bus op for reading the mac addressFelix Fietkau1-0/+32
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-19ath5k: Fix return codes for eeprom read functions.Wojciech Dubowik1-4/+5
2010-12-09ath5k: Fix modinfo does not list alias -> pci-id linesSedat Dilek1-0/+1
2010-12-02ath5k: Add a function to read chipset's MAC revisionFelix Fietkau1-0/+6
2010-12-02ath5k: Use generic eeprom read from common ath_bus_opts struct.Felix Fietkau1-0/+36
2010-12-02ath5k: Move PCI bus functions to separate file.Felix Fietkau1-0/+284