aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau1-0/+22
2011-07-20wireless: ath9k: use %pM to print MACAndy Shevchenko1-5/+2
2011-07-20carl9170: fix sparse warnings enabled by CONFIG_SPARSE_RCU_POINTERPavel Roskin1-4/+4
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin22-1314/+1247
2011-07-18ath9k: Fix some smatch warningsRajkumar Manoharan2-4/+8
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan3-9/+22
2011-07-18carl9170: set beacon xmit power to the maxChristian Lamparter1-83/+108
2011-07-18carl9170: move beacon_update into tx.cChristian Lamparter3-130/+130
2011-07-18carl9170 firmware: update firmware headersChristian Lamparter2-2/+42
2011-07-18ath9k: use ath_opmode_to_string()Pavel Roskin1-20/+2
2011-07-18ath9k: remove defines in reg.h that exist in ../reg.hPavel Roskin1-23/+0
2011-07-18ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin5-28/+23
2011-07-18ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()Pavel Roskin1-5/+2
2011-07-15carl9170: fix formatting issues found by checkpatchPavel Roskin5-8/+8
2011-07-15ath9k: improve reliability of MIC error detectionFelix Fietkau1-21/+32
2011-07-13ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211Felix Fietkau1-1/+6
2011-07-13ath5k: disable 32KHz sleep clock operation by defaultFelix Fietkau3-3/+13
2011-07-13ath5k: fix reference clock usec duration setting restoreFelix Fietkau1-1/+11
2011-07-13ath5k: delay full calibration after resetFelix Fietkau1-1/+1
2011-07-13ath5k: initialize common->clockrateFelix Fietkau1-0/+1
2011-07-13ath5k: fix reference clock frequency for spur mitigation on AR2413Felix Fietkau1-0/+1
2011-07-13ath5k: apply the synth voltage tweak only on AR5112 rev 2Felix Fietkau1-8/+11
2011-07-13ath5k: add missing checks for rfgain probeFelix Fietkau1-4/+6
2011-07-13ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2-4/+2
2011-07-11ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan1-26/+24
2011-07-11ath5k: Add missing breaks in switch/caseJoe Perches1-0/+3
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin18-94/+94
2011-07-11ath5k: validate mode in ath5k_ani_init() before trying to set itPavel Roskin1-0/+5
2011-07-11ath9k_hw: add a missing delay for an analog registerFelix Fietkau1-2/+3
2011-07-11ath9k_hw: fix synth delay for half/quarter channelsFelix Fietkau1-0/+5
2011-07-11ath9k_hw: set 5 GHz half/quarter channels on AR9002 using fractional modeFelix Fietkau1-1/+3
2011-07-11ath9k_hw: remove ar9287 v1.3+ specific hardcoded register hacksFelix Fietkau4-49/+7
2011-07-11ath9k_hw: initialize more timing related registers for half/quarter channelsFelix Fietkau1-8/+59
2011-07-11ath9k_hw: fix MAC clock rate for AR9287 v1.3+Felix Fietkau1-1/+4
2011-07-11ath9k_hw: fix MAC clock for half/quarter rateFelix Fietkau1-0/+7
2011-07-11ath9k_hw: always enable 5 GHz fast clock for AR9280Felix Fietkau1-4/+1
2011-07-11ath9k_hw: remove hardcoded PLL overrides for AR9280Felix Fietkau1-12/+13
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville6-11/+24
2011-07-08ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan1-0/+1
2011-07-08ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan1-3/+1
2011-07-08ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan1-2/+2
2011-07-08ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan1-1/+1
2011-07-08ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2-0/+32
2011-07-08ath5k: read sc->imask with sc->irqlock heldPavel Roskin1-1/+2
2011-07-08ath5k: use kstrtoint() to parse numbers coming from sysfsPavel Roskin1-2/+4
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin15-180/+182
2011-07-08ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin4-16/+14
2011-07-08ath5k: use parentheses around macro definitionsPavel Roskin2-7/+8
2011-07-08ath5k: don't use volatile, it's not neededPavel Roskin1-1/+1
2011-07-08ath5k: use more readable way to clear MAC addressPavel Roskin1-1/+2