summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-2227-236/+729
|\
| * ath9k: avoid sending a-mpdu packets to sleeping stationsFelix Fietkau2011-08-121-2/+4
| * ath9k: remove eeprom txgain override for minor version < 19Marek Lindner2011-08-121-4/+1
| * ath9k: remove obselete commentsMohammed Shafi Shajakhan2011-08-101-5/+0
| * ath9k: optimize rate control statisticsMohammed Shafi Shajakhan2011-08-101-2/+2
| * ath9k_htc: minor clean-upMohammed Shafi Shajakhan2011-08-101-3/+0
| * ath9k: Use atomic reference count for interrupt opsRajkumar Manoharan2011-08-097-21/+21
| * ath9k_hw: Fix incorrect spur_freq_sd for AR9003Rajkumar Manoharan2011-08-091-2/+2
| * ath9k: do not enable interrupt on set interrupt maskRajkumar Manoharan2011-08-094-5/+13
| * ath9k_hw: use register name in place of magic valueAlex Hacker2011-08-091-1/+1
| * ath9k_hw: Update AR9003 high_power tx gain tableRajkumar Manoharan2011-08-091-86/+86
| * ath9k_hw: Update the radio parameters related to high_powerRajkumar Manoharan2011-08-091-9/+9
| * ath9k_hw: Optimize rx descriptor processing for AR9003Rajkumar Manoharan2011-08-091-7/+8
| * ath9k: Remove virtual wiphy specific frame typeRajkumar Manoharan2011-08-093-13/+2
| * ath9k: Dump modal eeprom headerRajkumar Manoharan2011-08-091-0/+30
| * ath9k: Dump base eeprom headerRajkumar Manoharan2011-08-091-0/+30
| * ath9k_hw: Add dump_eeprom support for eeprom_defRajkumar Manoharan2011-08-091-0/+131
| * ath9k_hw: Add dump_eeprom support for AR9287Rajkumar Manoharan2011-08-091-0/+106
| * ath9k_hw: Add dump_eeprom support for eeprom_4kRajkumar Manoharan2011-08-091-0/+112
| * ath9k_hw: Add dump_eeprom support for AR9003Rajkumar Manoharan2011-08-093-0/+136
| * ath9k: use the new channel noise value for signal strength and survey infoFelix Fietkau2011-08-082-2/+4
| * ath9k_hw: calculate a much better approximation of channel noiseFelix Fietkau2011-08-084-0/+18
| * ath9k_hw: do not limit initial tx power to 20 dbmFelix Fietkau2011-08-081-3/+6
| * ath9k_hw: fix calculated runtime tx power limitFelix Fietkau2011-08-084-46/+1
| * ath9k_hw: remove the tx power index offsetFelix Fietkau2011-08-083-20/+6
| * ath9k: remove all references to subsysid, it's never usedPavel Roskin2011-08-086-10/+6
| * ath9k: use pci_dev->subsystem_deviceSergei Shtylyov2011-08-081-3/+2
* | ath9k: fix a misprint which leads to incorrect calibrationAlex Hacker2011-08-091-1/+1
* | ath9k_hw: update PMU to improve ripple issue for AR9485Rajkumar Manoharan2011-08-091-1/+1
* | ath9k_hw: Fix incorrect Tx control power in AR9003 templateRajkumar Manoharan2011-08-091-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next in...John W. Linville2011-08-036-13/+42
|\
| * ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka2011-08-015-13/+40
| * ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau2011-08-011-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-2213-110/+111
|\ \ | |/
| * ath9k_hw: validate and fix broken eeprom chainmask settingsFelix Fietkau2011-07-211-0/+22
| * wireless: ath9k: use %pM to print MACAndy Shevchenko2011-07-201-5/+2
| * ath9k: Fix some smatch warningsRajkumar Manoharan2011-07-182-4/+8
| * ath9k: Fix sparse warningsRajkumar Manoharan2011-07-183-9/+22
| * ath9k: use ath_opmode_to_string()Pavel Roskin2011-07-181-20/+2
| * ath9k: remove defines in reg.h that exist in ../reg.hPavel Roskin2011-07-181-23/+0
| * ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin2011-07-185-28/+23
| * ath9k: improve reliability of MIC error detectionFelix Fietkau2011-07-151-21/+32
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-1513-115/+172
|\ \ | |/
| * ath9k_hw: Fix incorrect key_miss handlingSenthil Balasubramanian2011-07-132-4/+2
| * ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan2011-07-111-26/+24
| * 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
OpenPOWER on IntegriCloud