summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+0
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-07-113-7/+17
| |\
| * | treewide: remove duplicate includesVitaliy Ivanov2011-06-201-1/+0
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-2223-1419/+1257
|\ \ \
| * | | ath5k: use get_unaligned_le32() in ath5k_write_pwr_to_pdadc_table()Pavel Roskin2011-07-221-6/+3
| * | | ath5k: remove ath5k_hw_get_capability(), don't use VEOL on AR5210Pavel Roskin2011-07-223-81/+5
| * | | ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin2011-07-223-22/+6
| * | | ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-2022-1314/+1247
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-1524-427/+467
|\ \ \ \ | |/ / /
| * | | ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211Felix Fietkau2011-07-131-1/+6
| * | | ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau2011-07-133-3/+13
| * | | ath5k: fix reference clock usec duration setting restoreFelix Fietkau2011-07-131-1/+11
| * | | ath5k: delay full calibration after resetFelix Fietkau2011-07-131-1/+1
| * | | ath5k: initialize common->clockrateFelix Fietkau2011-07-131-0/+1
| * | | ath5k: fix reference clock frequency for spur mitigation on AR2413Felix Fietkau2011-07-131-0/+1
| * | | ath5k: apply the synth voltage tweak only on AR5112 rev 2Felix Fietkau2011-07-131-8/+11
| * | | ath5k: add missing checks for rfgain probeFelix Fietkau2011-07-131-4/+6
| * | | ath5k: Add missing breaks in switch/caseJoe Perches2011-07-111-0/+3
| * | | ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin2011-07-1118-94/+94
| * | | ath5k: validate mode in ath5k_ani_init() before trying to set itPavel Roskin2011-07-111-0/+5
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-113-10/+14
| |\ \ \
| * | | | ath5k: read sc->imask with sc->irqlock heldPavel Roskin2011-07-081-1/+2
| * | | | ath5k: use kstrtoint() to parse numbers coming from sysfsPavel Roskin2011-07-081-2/+4
| * | | | ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-0815-180/+182
| * | | | ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin2011-07-084-16/+14
| * | | | ath5k: use parentheses around macro definitionsPavel Roskin2011-07-082-7/+8
| * | | | ath5k: don't use volatile, it's not neededPavel Roskin2011-07-081-1/+1
| * | | | ath5k: use more readable way to clear MAC addressPavel Roskin2011-07-081-1/+2
| * | | | ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin2011-07-082-4/+4
| * | | | ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin2011-07-081-1/+2
| * | | | ath5k: remove unneeded parentheses after returnPavel Roskin2011-07-082-2/+2
| * | | | ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin2011-07-0810-94/+94
| * | | | ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the codePavel Roskin2011-07-081-9/+6
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-143-5/+14
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-07-132-5/+11
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | ath5k: fix incorrect use of drvdata in PCI suspend/resume codePavel Roskin2011-07-051-2/+5
| | * | | | ath5k: fix incorrect use of drvdata in sysfs codePavel Roskin2011-07-051-3/+6
| | | |_|/ | | |/| |
| * | | | ath5k: Add missing breaks in switch/caseJoe Perches2011-07-111-0/+3
| |/ / /
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-5/+3
|\ \ \ \ | |/ / /
| * | | ath5k: fix memory leak when fewer than N_PD_CURVES are in useEugene A. Shatokhin2011-06-291-5/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-245-18/+17
|\ \ \ \ | | |/ / | |/| |
| * | | ath5k: add missing ieee80211_free_hw() on unload in AHB codePavel Roskin2011-06-201-0/+1
| * | | ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville2011-06-201-0/+1
| * | | ath5k: annotate reg in ath5k_hw_nic_reset() as __iomemPavel Roskin2011-06-171-3/+3
| * | | ath5k: minor cleanupPavel Roskin2011-06-173-15/+12
| |/ /
* | | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
|/ /
* | ath5k: Disable fast channel switching by defaultNick Kossifidis2011-06-032-2/+14
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-1/+1
|\
| * ath5k: Fix lockup due to un-init spinlock.Ben Greear2011-05-111-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-0/+5
|\ \ | |/
OpenPOWER on IntegriCloud