summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: convert to new station add/remove callbacksJohannes Berg2010-02-191-15/+20
* ath9k: fix keycache leak in split tkip caseMing Lei2010-02-081-0/+1
* ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian2010-02-081-10/+14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-081-1/+1
|\
| * ath9k: fix beacon slot/buffer leakFelix Fietkau2010-01-191-1/+1
* | ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin2010-02-011-3/+3
* | ath9k: Handle full sleep in ps_restore.Vivek Natarajan2010-01-291-2/+6
* | ath9k: make tx power config changes take effect immediatleyLuis R. Rodriguez2010-01-191-1/+3
* | ath9k: implement coverage class supportFelix Fietkau2010-01-151-0/+13
* | ath9k: cleanup slot time and ack/cts timeout handlingFelix Fietkau2010-01-151-0/+20
* | ath9k: Fix monitor mode handlingSujith2010-01-121-0/+8
* | ath9k: Fix queue handlingSujith2010-01-121-0/+4
* | ath9k: Cleanup Powersave flagsSujith2010-01-121-18/+18
* | ath9k: Add new file init.cSujith2010-01-121-839/+3Star
* | ath9k: Add a new file for GPIOSujith2010-01-121-406/+0Star
* | ath9k: re-enable ps by default for new single chip familiesLuis R. Rodriguez2010-01-121-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-0/+14
|\|
| * ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez2009-12-281-0/+6
| * ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez2009-12-281-0/+2
| * ath9k: fix suspend by waking device prior to stopSujith2009-12-281-0/+6
* | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-14/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-281-0/+6
|\|
| * ath9k: Stop ANI when doing a resetSujith2009-12-211-0/+6
* | ath9k: Fix TX poll routineSujith2009-12-221-0/+2
* | ath9k: Remove ANI lockSujith2009-12-221-15/+4Star
|/
* ath9k: enable 2GHz band only if the device supports itGabor Juhos2009-12-041-11/+17
* ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan2009-11-281-0/+4
* ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault2009-11-281-8/+6Star
* ath9k: fix processing of TX PS null data framesLuis R. Rodriguez2009-11-281-2/+18
* ath9k: properly use the mac80211 rate control apiFelix Fietkau2009-11-281-71/+41Star
* ath9k: set ps_default as falseJohn W. Linville2009-11-231-0/+2
* mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-181-2/+3
* ath9k: Cleanup bss_info_changed callbackSujith2009-11-181-77/+37Star
* ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez2009-11-111-66/+70
* ath9k: move struct ath_ani to common areaLuis R. Rodriguez2009-11-111-28/+28
* ath9k: pass the ieee80211_hw on radio enable/disableLuis R. Rodriguez2009-11-111-9/+9
* ath9k: fix listening to idle requestsLuis R. Rodriguez2009-11-111-7/+26
* ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez2009-10-301-58/+0Star
* ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez2009-10-091-1/+1
* ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez2009-10-071-1/+1
* ath9k: move ath_cleanup() below helpers to avoid forward declarationsLuis R. Rodriguez2009-10-071-17/+14Star
* ath9k: add a helper to clean the core driver upon module unloadLuis R. Rodriguez2009-10-071-2/+11
* ath9k: add helper to un-init the hw properlyLuis R. Rodriguez2009-10-071-9/+14
* ath9k: initialize hw prior to debugfsLuis R. Rodriguez2009-10-071-14/+14
* ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez2009-10-071-0/+5
* atheros: define a common priv structLuis R. Rodriguez2009-10-071-14/+23
* ath9k: make ath9k_common_ops constLuis R. Rodriguez2009-10-071-1/+1
* atheros: move bus ops to ath_commonLuis R. Rodriguez2009-10-071-7/+13
* ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez2009-10-071-2/+2
* ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez2009-10-071-9/+4Star