summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2010-05-17drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-05-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller11-346/+488
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-346/+488
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches5-8/+0
2010-05-12ath9k_hw: clean up EEPROM endian handling on AR9003Felix Fietkau2-103/+81
2010-05-12ath9k: add debugfs files for reading/writing registersFelix Fietkau2-0/+90
2010-05-12ath9k: add debugfs files for reading/writing the rx and tx chainmaskFelix Fietkau1-0/+92
2010-05-12ath9k: use debugfs_remove_recursive() instead of keeping pointers to all entriesFelix Fietkau2-46/+16
2010-05-12ath9k_htc: Fix array overflowSujith.Manoharan@atheros.com2-9/+6
2010-05-12ath9k_htc: Fix target ready race conditionSujith.Manoharan@atheros.com3-0/+11
2010-05-12ath9k_htc: Reorder HTC initializationSujith.Manoharan@atheros.com3-34/+35
2010-05-12ath9k_htc: Allocate URBs properlySujith.Manoharan@atheros.com1-18/+18
2010-05-12ath9k_htc: Lock sta_notify() callbackSujith.Manoharan@atheros.com1-0/+4
2010-05-11ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()Vasanthakumar Thiagarajan1-2/+0
2010-05-11ath9k: Fix bug in handling rx frames with invalid descriptor contentVasanthakumar Thiagarajan1-0/+1
2010-05-11ath9k_hw: new initialization values for AR9003Luis R. Rodriguez1-134/+134
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-171/+190
2010-05-10ath9k/htc_drv_main: off by one errorDan Carpenter1-1/+1
2010-05-10ath9k/htc_drv_main: null dereference typoDan Carpenter1-1/+1
2010-05-10ath9k_hw: enable PCIe low power mode for AR9003Luis R. Rodriguez1-0/+20
2010-05-07ath9k_htc: Handle IDLE LED properlySujith1-7/+19
2010-05-07ath9k_hw: Update initvals for AR9003 for xb113Luis R. Rodriguez1-102/+102
2010-05-07ath9k_common: drop incomming frames with an invalid hardware rateLuis R. Rodriguez1-2/+1
2010-05-07ath9k_common: move the rate status setting into ath9k_process_rate()Luis R. Rodriguez1-13/+27
2010-05-07ath9k_htc: Fix beaconing in IBSS modeSujith4-45/+13
2010-05-07ath9k: fix another source of corrupt framesFelix Fietkau1-2/+8
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville30-321/+418
2010-04-28ath9k: Added get_survey callback in order to get channel noiseBenoit Papillault1-0/+20
2010-04-28ath9k: remove usage of deprecated noise valueJohn W. Linville1-1/+0
2010-04-27ath9k: Avoid corrupt frames being forwarded to mac80211.Vivek Natarajan2-5/+5
2010-04-27ath9k_htc: Handle CONF_IDLE during unassociated state to save power.Vivek Natarajan2-19/+53
2010-04-27ath9k_hw: Fix TX interrupt mitigation settingsLuis R. Rodriguez1-4/+6
2010-04-27ath9k_hw: fix noisefloor timeout handling on AR9003Felix Fietkau1-0/+1
2010-04-27ath9k_hw: Fix endian bug in an AR9003 EEPROM fieldFelix Fietkau1-0/+3
2010-04-27ath9k_hw: Fix typos in tx rate power level parsing for AR9003Felix Fietkau1-2/+2
2010-04-27ath9k_hw: use the configured power limit for AR9003Felix Fietkau3-0/+5
2010-04-27ath9k: wake queue after processing edma rx framesFelix Fietkau1-0/+2
2010-04-27ath9k_hw: fix fast clock handling for 5GHz channelsFelix Fietkau5-20/+18
2010-04-27ath9k_hw: update EEPROM data structure for AR9280Felix Fietkau2-1/+4
2010-04-27ath9k_hw: Fix usec to hw clock conversion in 5Ghz for ar9003Vasanthakumar Thiagarajan2-2/+9
2010-04-27ath9k_hw: disable TX IQ calibration for AR9003Luis R. Rodriguez3-1/+9
2010-04-27ath9k_hw: fix typo in the AR9003 EEPROM data structure definitionFelix Fietkau1-1/+1
2010-04-27ath9k_hw: fix pll clock setting for 5ghz on AR9003Felix Fietkau1-10/+1
2010-04-27ath9k_hw: update initvals for AR9003Felix Fietkau1-137/+128
2010-04-27ath9k_htc: Simplify RX IRQ handlerSujith1-22/+22
2010-04-27ath9k_htc: Validate TX Endpoint IDSujith1-3/+12
2010-04-27ath9k_htc: Remove unnecessary powersave restoreSujith1-1/+0
2010-04-26ath9k_htc: Really fix device hotunplugSujith1-1/+2
2010-04-26ath9k_htc: Fix WMI command raceSujith1-4/+4
2010-04-26ath9k_htc: Increase WMI timeout valueSujith1-2/+2