summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/pci.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* ath5k: remove __dev* attributesBill Pemberton2012-12-061-3/+3
* net/wireless: use module_pci_driverAxel Lin2012-04-161-25/+1Star
* ath5k: add PCI idYoshinori Sato2012-04-161-0/+1
* ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-101-1/+3
* ath5k: Use usleep_range where possibleNick Kossifidis2011-11-281-1/+1
* drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-011-0/+1
* ath5k: remove last references to "softc"Pavel Roskin2011-08-081-2/+2
* ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-201-19/+19
* ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin2011-07-111-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-111-2/+5
|\
| * ath5k: fix incorrect use of drvdata in PCI suspend/resume codePavel Roskin2011-07-051-2/+5
* | ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-081-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-0/+32
|\
| * ath5k: add a new bus op for reading the mac addressFelix Fietkau2011-04-141-0/+32
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* ath5k: Fix return codes for eeprom read functions.Wojciech Dubowik2011-01-191-4/+5
* ath5k: Fix modinfo does not list alias -> pci-id linesSedat Dilek2010-12-091-0/+1
* ath5k: Add a function to read chipset's MAC revisionFelix Fietkau2010-12-021-0/+6
* ath5k: Use generic eeprom read from common ath_bus_opts struct.Felix Fietkau2010-12-021-0/+36
* ath5k: Move PCI bus functions to separate file.Felix Fietkau2010-12-021-0/+284