aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-28ath9k: use common API to avoid code duplicationRajkumar Manoharan1-2/+0
2011-01-28ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan1-0/+1
2011-01-28ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau1-0/+2
2011-01-28ath9k: Remove unused IEEE80211_WEP_NKIDBruno Randolf1-1/+0
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau1-9/+4
2011-01-28ath9k: remove the bf->aphy fieldFelix Fietkau1-2/+1
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau1-41/+0
2011-01-26ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan1-4/+3
2011-01-21ath9k: Restart xmit logic in xmit watchdog.Ben Greear1-1/+8
2011-01-21ath9k: Keep track of stations for debugfs.Ben Greear1-1/+6
2011-01-21ath9k: Remove un-used member from ath_node.Ben Greear1-1/+0
2011-01-19ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear1-2/+21
2011-01-05ath9k: qualify global modparam_nohwcrypt variableJohn W. Linville1-1/+1
2010-12-22ath9k: Reset keycache on resumeMohammed Shafi Shajakhan1-0/+1
2010-12-22ath9k: Fix warnings on card removalRajkumar Manoharan1-0/+1
2010-12-20ath9k: do not limit the chainmask to 1 for legacy modeFelix Fietkau1-1/+0
2010-12-20ath9k: fix queue depth check for forming new aggregatesFelix Fietkau1-0/+1
2010-12-15ath9k: Make PM-QOS value as user configurableMohammed Shafi Shajakhan1-0/+3
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2010-12-07ath9k: fix a DMA related race condition on resetFelix Fietkau1-1/+1
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+3
2010-11-30ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan1-0/+3
2010-11-29ath9k: use per-device struct for pm_qos_* operationsGabor Juhos1-1/+3
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2010-11-17ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau1-6/+9
2010-11-17ath9k: more tx setup cleanupsFelix Fietkau1-3/+1
2010-11-17ath9k: clean up code duplication around ath_tx_startFelix Fietkau1-1/+0
2010-11-17ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau1-1/+0
2010-11-17ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau1-2/+0
2010-11-17ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau1-2/+0
2010-11-17ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau1-3/+1
2010-11-17ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau1-2/+0
2010-11-17ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau1-1/+1
2010-11-17ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau1-2/+0
2010-11-17ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau1-2/+0
2010-11-17ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau1-2/+0
2010-11-16ath9k: remove the tx info padding byte abuseFelix Fietkau1-1/+2
2010-11-16ath9k: Fix bug in delimiter padding computationVasanthakumar Thiagarajan1-2/+2
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau1-6/+3
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez1-1/+1
2010-11-15ath9k: simplify hw reset lockingLuis R. Rodriguez1-1/+0
2010-11-09ath9k: optimize/fix ANI RSSI processingFelix Fietkau1-1/+1
2010-11-08ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.Vivek Natarajan1-0/+1
2010-10-27ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez1-1/+1
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear1-2/+1
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau1-2/+0
2010-10-11ath9k: implement channel utilization stats for surveyFelix Fietkau1-0/+2
2010-10-06ath9k: remove unnecessary power save flags.Senthil Balasubramanian1-4/+0
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau1-1/+0
2010-09-21ath9k: fix an aggregation start related race conditionFelix Fietkau1-2/+2