summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k_htc: Add get_stats call backMohammed Shafi Shajakhan2011-08-261-0/+17
* ath9k: remove replicated null check in ath_pci_aspm_initJohn W. Linville2011-08-261-6/+2Star
* ath9k: Send legacy rated frames as unaggregatedRajkumar Manoharan2011-08-261-1/+21
* ath9k_hw: Disable Walsh spatial spreading for 2 chainsRajkumar Manoharan2011-08-242-2/+2
* ath9k: Change rate control to use legacy rate as last MRRRajkumar Manoharan2011-08-241-7/+27
* ath9k_hw: Fix descriptor status of TxOpExceededRajkumar Manoharan2011-08-241-2/+2
* ath9k: Add support for get_stats callbackMohammed Shafi Shajakhan2011-08-241-1/+16
* ath9k: fix MGMT packets when using TKIPBill Jordan2011-08-241-1/+2
* ath9k_hw: fix EIFS value to microsecondsAlex Hacker2011-08-241-1/+1
* ath9k: remove a bogus WARN_ONFelix Fietkau2011-08-241-2/+2
* ath9k: Dump modal noisefloor calibration historyRajkumar Manoharan2011-08-241-0/+55
* ath9k: Fix invalid noisefloor reading due to channel updateRajkumar Manoharan2011-08-241-3/+14
* ath9k: Fix noisefloor history update for extn chainsRajkumar Manoharan2011-08-241-2/+1Star
* ath9k: Move ath9k_init_crypto to commonRajkumar Manoharan2011-08-246-48/+30Star
* ath9k: Remove SC_OP_ENABLE_APMRajkumar Manoharan2011-08-243-9/+4Star
* ath9k_hw: Remove unnecessary chainmask configurationRajkumar Manoharan2011-08-243-18/+1Star
* ath9k: qinfo never be NULL in setuptxqueueRajkumar Manoharan2011-08-241-15/+2Star
* ath9k: Remove unused argument tsf from ath9k_hw_rxprocdescRajkumar Manoharan2011-08-243-4/+4
* ath9k: Re-enable RXOEL interrupt after processing rx buffersRajkumar Manoharan2011-08-241-0/+5
* ath9k: Fix rx overrun interrupt stormRajkumar Manoharan2011-08-241-5/+3Star
* ath9k_hw: Fix exceed transmission burst-time of 5GHzRajkumar Manoharan2011-08-242-29/+15Star
* ath9k: do btcoex ASPM disabling at initialization timeStanislaw Gruszka2011-08-224-29/+29
* ath9k: merge common ->config_pci_powersave() checksStanislaw Gruszka2011-08-223-6/+3Star
* ath9k: remove ->config_pci_powersave() redundant argumentStanislaw Gruszka2011-08-226-15/+12Star
* 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/+1Star
* ath9k: remove obselete commentsMohammed Shafi Shajakhan2011-08-101-5/+0Star
* ath9k: optimize rate control statisticsMohammed Shafi Shajakhan2011-08-101-2/+2
* ath9k_htc: minor clean-upMohammed Shafi Shajakhan2011-08-101-3/+0Star
* 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/+2Star
* 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/+1Star
* ath9k_hw: remove the tx power index offsetFelix Fietkau2011-08-083-20/+6Star
* ath9k: remove all references to subsysid, it's never usedPavel Roskin2011-08-086-10/+6Star
* ath9k: use pci_dev->subsystem_deviceSergei Shtylyov2011-08-081-3/+2Star