aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAge
* carl9170: fix formatting issues found by checkpatchPavel Roskin2011-07-15
* ath9k: improve reliability of MIC error detectionFelix Fietkau2011-07-15
* ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211Felix Fietkau2011-07-13
* ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau2011-07-13
* ath5k: fix reference clock usec duration setting restoreFelix Fietkau2011-07-13
* ath5k: delay full calibration after resetFelix Fietkau2011-07-13
* ath5k: initialize common->clockrateFelix Fietkau2011-07-13
* ath5k: fix reference clock frequency for spur mitigation on AR2413Felix Fietkau2011-07-13
* ath5k: apply the synth voltage tweak only on AR5112 rev 2Felix Fietkau2011-07-13
* ath5k: add missing checks for rfgain probeFelix Fietkau2011-07-13
* ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2011-07-13
* ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan2011-07-11
* ath5k: Add missing breaks in switch/caseJoe Perches2011-07-11
* ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin2011-07-11
* ath5k: validate mode in ath5k_ani_init() before trying to set itPavel Roskin2011-07-11
* ath9k_hw: add a missing delay for an analog registerFelix Fietkau2011-07-11
* ath9k_hw: fix synth delay for half/quarter channelsFelix Fietkau2011-07-11
* ath9k_hw: set 5 GHz half/quarter channels on AR9002 using fractional modeFelix Fietkau2011-07-11
* ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau2011-07-11
* ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau2011-07-11
* ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau2011-07-11
* ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau2011-07-11
* ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau2011-07-11
* ath9k_hw: remove hardcoded PLL overrides for AR9280Felix Fietkau2011-07-11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-11
|\
| * ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan2011-07-05
| * carl9170: add NEC WL300NU-AG usbidChristian Lamparter2011-07-05
| * ath5k: fix incorrect use of drvdata in PCI suspend/resume codePavel Roskin2011-07-05
| * ath5k: fix incorrect use of drvdata in sysfs codePavel Roskin2011-07-05
| * ath5k: fix memory leak when fewer than N_PD_CURVES are in useEugene A. Shatokhin2011-06-29
| * ath9k: Fix suspend/resume when no interface is UPRajkumar Manoharan2011-06-29
* | ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan2011-07-08
* | ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan2011-07-08
* | ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan2011-07-08
* | ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan2011-07-08
* | ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2011-07-08
* | ath5k: read sc->imask with sc->irqlock heldPavel Roskin2011-07-08
* | ath5k: use kstrtoint() to parse numbers coming from sysfsPavel Roskin2011-07-08
* | ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-08
* | ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin2011-07-08
* | ath5k: use parentheses around macro definitionsPavel Roskin2011-07-08
* | ath5k: don't use volatile, it's not neededPavel Roskin2011-07-08
* | ath5k: use more readable way to clear MAC addressPavel Roskin2011-07-08
* | ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin2011-07-08
* | ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin2011-07-08
* | ath5k: remove unneeded parentheses after returnPavel Roskin2011-07-08
* | ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin2011-07-08
* | ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the codePavel Roskin2011-07-08
* | carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter2011-07-08
* | ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan2011-07-08