summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06ath9k: fix double calls to ath_radio_enableFelix Fietkau1-2/+1
2010-02-19ath9k: convert to new station add/remove callbacksJohannes Berg1-15/+20
2010-02-09ath9k: fix keycache leak in split tkip caseMing Lei1-0/+1
2010-02-09ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian1-10/+14
2010-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2010-02-01ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin1-3/+3
2010-01-29ath9k: Handle full sleep in ps_restore.Vivek Natarajan1-2/+6
2010-01-20ath9k: fix beacon slot/buffer leakFelix Fietkau1-1/+1
2010-01-20ath9k: make tx power config changes take effect immediatleyLuis R. Rodriguez1-1/+3
2010-01-16ath9k: implement coverage class supportFelix Fietkau1-0/+13
2010-01-16ath9k: cleanup slot time and ack/cts timeout handlingFelix Fietkau1-0/+20
2010-01-12ath9k: Fix monitor mode handlingSujith1-0/+8
2010-01-12ath9k: Fix queue handlingSujith1-0/+4
2010-01-12ath9k: Cleanup Powersave flagsSujith1-18/+18
2010-01-12ath9k: Add new file init.cSujith1-839/+3
2010-01-12ath9k: Add a new file for GPIOSujith1-406/+0
2010-01-12ath9k: re-enable ps by default for new single chip familiesLuis R. Rodriguez1-1/+4
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+14
2009-12-29mac80211: remove struct ieee80211_if_init_confJohannes Berg1-14/+14
2009-12-29ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez1-0/+6
2009-12-29ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez1-0/+2
2009-12-29ath9k: fix suspend by waking device prior to stopSujith1-0/+6
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+6
2009-12-22ath9k: Fix TX poll routineSujith1-0/+2
2009-12-22ath9k: Remove ANI lockSujith1-15/+4
2009-12-21ath9k: Stop ANI when doing a resetSujith1-0/+6
2009-12-04ath9k: enable 2GHz band only if the device supports itGabor Juhos1-11/+17
2009-11-28ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan1-0/+4
2009-11-28ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault1-8/+6
2009-11-28ath9k: fix processing of TX PS null data framesLuis R. Rodriguez1-2/+18
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau1-71/+41
2009-11-24ath9k: set ps_default as falseJohn W. Linville1-0/+2
2009-11-19mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-2/+3
2009-11-19ath9k: Cleanup bss_info_changed callbackSujith1-77/+37
2009-11-12ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez1-66/+70
2009-11-12ath9k: move struct ath_ani to common areaLuis R. Rodriguez1-28/+28
2009-11-12ath9k: pass the ieee80211_hw on radio enable/disableLuis R. Rodriguez1-9/+9
2009-11-12ath9k: fix listening to idle requestsLuis R. Rodriguez1-7/+26
2009-10-30ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez1-58/+0
2009-10-10ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez1-1/+1
2009-10-08ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez1-1/+1
2009-10-08ath9k: move ath_cleanup() below helpers to avoid forward declarationsLuis R. Rodriguez1-17/+14
2009-10-08ath9k: add a helper to clean the core driver upon module unloadLuis R. Rodriguez1-2/+11
2009-10-08ath9k: add helper to un-init the hw properlyLuis R. Rodriguez1-9/+14
2009-10-08ath9k: initialize hw prior to debugfsLuis R. Rodriguez1-14/+14
2009-10-08ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez1-0/+5
2009-10-08atheros: define a common priv structLuis R. Rodriguez1-14/+23
2009-10-08ath9k: make ath9k_common_ops constLuis R. Rodriguez1-1/+1
2009-10-08atheros: move bus ops to ath_commonLuis R. Rodriguez1-7/+13
2009-10-08ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez1-2/+2