summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-1538-542/+647
|\
| * 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
| * ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2011-07-132-4/+2
| * ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan2011-07-111-26/+24
| * 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
| * ath9k_hw: add a missing delay for an analog registerFelix Fietkau2011-07-111-2/+3
| * ath9k_hw: fix synth delay for half/quarter channelsFelix Fietkau2011-07-111-0/+5
| * ath9k_hw: set 5 GHz half/quarter channels on AR9002 using fractional modeFelix Fietkau2011-07-111-1/+3
| * ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau2011-07-114-49/+7
| * ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau2011-07-111-8/+59
| * ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau2011-07-111-1/+4
| * ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau2011-07-111-0/+7
| * ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau2011-07-111-4/+1
| * ath9k_hw: remove hardcoded PLL overrides for AR9280Felix Fietkau2011-07-111-12/+13
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-116-11/+24
| |\
| * | ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan2011-07-081-0/+1
| * | ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan2011-07-081-3/+1
| * | ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan2011-07-081-2/+2
| * | ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan2011-07-081-1/+1
| * | ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2011-07-082-0/+32
| * | 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
| * | carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter2011-07-081-0/+8
| * | ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan2011-07-081-2/+7
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-145-6/+18
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-07-134-6/+15
| |\ \ \ | | | |/ | | |/|
| | * | ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan2011-07-051-1/+2
| | * | carl9170: add NEC WL300NU-AG usbidChristian Lamparter2011-07-051-0/+2
| | * | 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
| |/ /
OpenPOWER on IntegriCloud