summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2010-11-30ath5k: Check RXE when setting RXDPNick Kossifidis2-3/+10
2010-11-30ath5k: Use DCU early termination correctlyNick Kossifidis2-3/+14
2010-11-30ath5k: Debug DMA timeoutsNick Kossifidis3-5/+32
2010-11-30ath5k: Use new dma_stop function on base.cNick Kossifidis1-56/+39
2010-11-30ath5k: Stop PCU on resetNick Kossifidis1-0/+5
2010-11-30ath5k: Add new function to stop rx/tx DMANick Kossifidis3-9/+59
2010-11-30ath5k: Reset cleanup and generic cleanupNick Kossifidis9-894/+1042
2010-11-30ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan9-5/+45
2010-11-29ath9k: fix software retry counter trackingFelix Fietkau1-2/+2
2010-11-29Revert "ath9k_htc: Handle monitor mode properly for HTC devices"Rajkumar Manoharan1-5/+59
2010-11-29ath9k: Remove code which enables btcoex based on subsys idVasanthakumar Thiagarajan2-24/+0
2010-11-29ath9k: Reintroduce modparam to enable btcoexVasanthakumar Thiagarajan3-2/+8
2010-11-25ath9k_hw: remove ath9k_hw_stoppcurecvFelix Fietkau2-9/+0
2010-11-25ath9k_htc: Identify devices using driver_infoRajkumar Manoharan6-55/+37
2010-11-25ath9k_hw: Fix eeprom offset for AR9287 devices (PCI/USB)Rajkumar Manoharan2-7/+3
2010-11-25ath9k_htc: Add driver_info in usb device listRajkumar Manoharan1-5/+15
2010-11-25ath: Add a driver_info bitmask fieldRajkumar Manoharan1-0/+6
2010-11-25ath9k: avoid aggregation for VO trafficLuis R. Rodriguez1-1/+2
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-36/+91
2010-11-22ath9k_htc: fix eeprom accessFelix Fietkau1-0/+1
2010-11-22ath9k_hw: fix A-MPDU key search issues on AR9003Felix Fietkau2-0/+5
2010-11-22carl9170: Use static constJoe Perches1-1/+1
2010-11-22ath9k: Use static constJoe Perches13-64/+74
2010-11-22ath5k: Use static constJoe Perches1-17/+17
2010-11-22ar9170: Use constJoe Perches1-1/+1
2010-11-22carl9170: fix init-self regressionChristian Lamparter1-1/+1
2010-11-22ath9k: fix recursive locking in the tx flush pathFelix Fietkau1-0/+2
2010-11-22carl9170: fix virtual interface setup crashChristian Lamparter1-1/+1
2010-11-22ath9k: fix timeout on stopping rx dmaFelix Fietkau1-1/+1
2010-11-18ath9k_hw: support reading calibration data from flash on AR9003Felix Fietkau1-0/+15
2010-11-18ath9k: add support for reading eeprom from platform data on PCI devicesFelix Fietkau3-17/+32
2010-11-18ath5k: Use generic EWMA libraryBruno Randolf5-29/+8
2010-11-18ath9k_htc: Avoid setting QoS control for non-QoS framesRajkumar Manoharan1-1/+1
2010-11-18ath9k_hw: add support for reading EEPROM data from the internal OTP ROMFelix Fietkau2-6/+93
2010-11-18ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau2-109/+109
2010-11-18ath9k: more tx setup cleanupsFelix Fietkau2-74/+59
2010-11-18ath9k: block new AMPDU sessions if SC_OP_TXAGGR is not setFelix Fietkau1-0/+3
2010-11-18ath9k: clean up code duplication around ath_tx_startFelix Fietkau4-73/+39
2010-11-18ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau2-15/+9
2010-11-18ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau2-27/+38
2010-11-18ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau2-52/+47
2010-11-18ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau2-20/+18
2010-11-18ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau2-8/+8
2010-11-18ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau3-7/+4
2010-11-18ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau2-6/+5
2010-11-18ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau2-14/+13
2010-11-18ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau2-18/+28
2010-11-18ath9k: fix PA predistortion training frame setupFelix Fietkau1-3/+3
2010-11-18ath9k_hw: set default values for radar pulse detectionFelix Fietkau3-0/+32
2010-11-17ath9k_htc: Use macro for caldata array sizeMohammed Shafi Shajakhan1-1/+1