aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-24ath9k: Remove unused argument tsf from ath9k_hw_rxprocdescRajkumar Manoharan3-4/+4
2011-08-24ath9k: Re-enable RXOEL interrupt after processing rx buffersRajkumar Manoharan1-0/+5
2011-08-24ath9k: Fix rx overrun interrupt stormRajkumar Manoharan1-5/+3
2011-08-24ath9k_hw: Fix exceed transmission burst-time of 5GHzRajkumar Manoharan2-29/+15
2011-08-22ath9k: do btcoex ASPM disabling at initialization timeStanislaw Gruszka4-29/+29
2011-08-22ath9k: merge common ->config_pci_powersave() checksStanislaw Gruszka3-6/+3
2011-08-22ath9k: remove ->config_pci_powersave() redundant argumentStanislaw Gruszka6-15/+12
2011-08-12ath9k: avoid sending a-mpdu packets to sleeping stationsFelix Fietkau1-2/+4
2011-08-12ath9k: remove eeprom txgain override for minor version < 19Marek Lindner1-4/+1
2011-08-10ath9k: remove obselete commentsMohammed Shafi Shajakhan1-5/+0
2011-08-10ath9k: optimize rate control statisticsMohammed Shafi Shajakhan1-2/+2
2011-08-10ath9k_htc: minor clean-upMohammed Shafi Shajakhan1-3/+0
2011-08-09ath9k: Use atomic reference count for interrupt opsRajkumar Manoharan7-21/+21
2011-08-09ath9k_hw: Fix incorrect spur_freq_sd for AR9003Rajkumar Manoharan1-2/+2
2011-08-09ath9k: do not enable interrupt on set interrupt maskRajkumar Manoharan4-5/+13
2011-08-09ath9k_hw: use register name in place of magic valueAlex Hacker1-1/+1
2011-08-09ath9k_hw: Update AR9003 high_power tx gain tableRajkumar Manoharan1-86/+86
2011-08-09ath9k_hw: Update the radio parameters related to high_powerRajkumar Manoharan1-9/+9
2011-08-09ath9k_hw: Optimize rx descriptor processing for AR9003Rajkumar Manoharan1-7/+8
2011-08-09ath9k: Remove virtual wiphy specific frame typeRajkumar Manoharan3-13/+2
2011-08-09ath9k: Dump modal eeprom headerRajkumar Manoharan1-0/+30
2011-08-09ath9k: Dump base eeprom headerRajkumar Manoharan1-0/+30
2011-08-09ath9k_hw: Add dump_eeprom support for eeprom_defRajkumar Manoharan1-0/+131
2011-08-09ath9k_hw: Add dump_eeprom support for AR9287Rajkumar Manoharan1-0/+106
2011-08-09ath9k_hw: Add dump_eeprom support for eeprom_4kRajkumar Manoharan1-0/+112
2011-08-09ath9k_hw: Add dump_eeprom support for AR9003Rajkumar Manoharan3-0/+136
2011-08-08ath9k: use the new channel noise value for signal strength and survey infoFelix Fietkau2-2/+4
2011-08-08ath9k_hw: calculate a much better approximation of channel noiseFelix Fietkau4-0/+18
2011-08-08ath9k_hw: do not limit initial tx power to 20 dbmFelix Fietkau1-3/+6
2011-08-08ath9k_hw: fix calculated runtime tx power limitFelix Fietkau4-46/+1
2011-08-08ath9k_hw: remove the tx power index offsetFelix Fietkau3-20/+6
2011-08-08ath9k: remove all references to subsysid, it's never usedPavel Roskin6-10/+6
2011-08-08ath9k: use pci_dev->subsystem_deviceSergei Shtylyov1-3/+2
2011-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville6-13/+42
2011-08-01ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka5-13/+40
2011-08-01ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau1-0/+2
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville13-110/+111
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-18ath9k: Fix some smatch warningsRajkumar Manoharan2-4/+8
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan3-9/+22
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-15ath9k: improve reliability of MIC error detectionFelix Fietkau1-21/+32
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville13-115/+172
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
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-11ath9k_hw: add a missing delay for an analog registerFelix Fietkau1-2/+3