summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2011-04-05ath9k_hw: Use appropriate rx gain table for AR9485Vasanthakumar Thiagarajan1-4/+4
2011-04-05ath9k_hw: remove ath9k_get_channel_edgesMohammed Shafi Shajakhan2-28/+0
2011-04-05ath9k: remove set11n_virtualmorefragMohammed Shafi Shajakhan4-32/+0
2011-04-05ath9k: cleanup few redundant macrosMohammed Shafi Shajakhan3-7/+1
2011-03-30ath9k_hw: remove pCap->tx_triglevel_maxFelix Fietkau3-7/+1
2011-03-30ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPMFelix Fietkau2-3/+0
2011-03-30ath9k_hw: remove pCap->keycache_sizeFelix Fietkau4-21/+2
2011-03-30ath9k_hw: remove pCap->reg_capFelix Fietkau2-18/+0
2011-03-30ath9k_hw: remove ah->config.ht_enableFelix Fietkau2-7/+1
2011-03-30ath9k_hw: remove pCap->total_queuesFelix Fietkau3-41/+6
2011-03-30ath9k_hw: turn a few big macros into functionsFelix Fietkau4-31/+51
2011-03-30ath9k_hw: replace REG_READ+REG_WRITE with REG_RMWFelix Fietkau2-83/+56
2011-03-30ath9k_hw: add a new register op for read-mask-writeFelix Fietkau4-6/+42
2011-03-30ath9k_hw: embed the ath_ops callbacks in the ath_hw structFelix Fietkau3-22/+18
2011-03-30ath9k: Support RSN IBSSJouni Malinen2-0/+16
2011-03-30ath9k: fix stuck beacon detectionFelix Fietkau2-9/+9
2011-03-30ath9k: trigger nfcal only after multiple missed beacons in AP modeFelix Fietkau1-1/+2
2011-03-30ath9k: fix beacon timer handling issuesFelix Fietkau5-79/+49
2011-03-30ath9k_hw: remove AR9485 1.0 supportLuis R. Rodriguez2-1015/+0
2011-03-30ath9k: remove the pending frames ath_txq_schedule workaroundFelix Fietkau1-27/+0
2011-03-30ath9k_hw: force rx chainmask to 7 on AR9100Felix Fietkau1-0/+2
2011-03-30ath9k_hw: enable a BlockAck related fixup specific to AR9100Felix Fietkau2-0/+3
2011-03-30ath9k: add support for overriding LED pin and GPIO settings from platform dataFelix Fietkau3-8/+16
2011-03-30ath9k: add support for overriding the MAC address through platform dataFelix Fietkau1-1/+6
2011-03-30ath9k: add an interface for overriding the value of specific GPIO pinsFelix Fietkau3-0/+24
2011-03-30ath9k: remove unnecessary debugfs return code checksFelix Fietkau1-59/+29
2011-03-30ath9k_hw: Speedup register ops for HTC driverRajkumar Manoharan5-5/+27
2011-03-30ath: Speedup key set/reset ops for HTC driverRajkumar Manoharan1-0/+32
2011-03-30ath9k_hw: Fix throughput drops in HT40 mode for AR9287 chipsRajkumar Manoharan1-8/+35
2011-03-30ath9k_htc: Fix LED pin for AR9287 HTC deviceRajkumar Manoharan1-1/+1
2011-03-23ath9k: Fix TX queue stuck issue.Senthil Balasubramanian1-0/+2
2011-03-23ath9k: Fix kernel panic caused by invalid rate index access.Senthil Balasubramanian1-1/+1
2011-03-21ath9k: Fix kernel panic in AR2427Mohammed Shafi Shajakhan1-2/+2
2011-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-139/+132
2011-03-14ath9k: fix aggregation related interoperability issuesFelix Fietkau1-1/+1
2011-03-14ath9k: improve reliability of beacon transmission and stuck beacon handlingFelix Fietkau3-74/+12
2011-03-14ath9k: fix the .flush driver op implementationFelix Fietkau3-51/+34
2011-03-14ath9k: fix stopping tx dma on resetFelix Fietkau3-8/+35
2011-03-14ath9k_hw: fix REG_SET_BIT and REG_CLR_BIT for multiple bitsFelix Fietkau1-2/+2
2011-03-11ath5k: implement ieee80211_ops->{get,set}_ringparamJohn W. Linville3-1/+46
2011-03-11ath9k_hw: Increase the wait count for nf load.Vivek Natarajan1-2/+2
2011-03-11ath9k_hw: Fix PLL initialization for AR9485.Vivek Natarajan1-2/+2
2011-03-11ath9k_hw: Improve idle power consumption for AR9485.Vivek Natarajan1-0/+2
2011-03-11ath9k: remove support for the FIF_PROMISC_IN_BSS filter flagFelix Fietkau1-3/+1
2011-03-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-56/+133
2011-03-10ath5k: restrict AR5K_TX_QUEUE_ID_DATA_MAX to reflect the [0,3] rangeJohn W. Linville1-1/+1
2011-03-07wireless:ath: use resource_size() help functionShan Wei2-2/+2
2011-03-07ath5k: Put hardware in PROMISC mode if there is more than 1 stations.Ben Greear3-31/+53
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller21-403/+769
2011-03-04ath9k: Fix txq memory address printing in debugfs.Ben Greear1-4/+4