summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-20ath9k: fix beacon slot/buffer leakFelix Fietkau1-1/+1
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-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
2009-10-08ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez1-9/+4
2009-10-08atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez1-13/+21
2009-10-08atheros: add common debug printingLuis R. Rodriguez1-116/+150
2009-10-08ath9k: separate core driver and hw timer codeLuis R. Rodriguez1-8/+36
2009-10-08atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez1-0/+1
2009-10-08atheros: define shared bssidmask settingLuis R. Rodriguez1-0/+1
2009-10-08atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez1-0/+42
2009-10-08ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez1-1/+2
2009-10-08ath9k: move ath_common to ath_hwLuis R. Rodriguez1-11/+11
2009-10-08atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez1-13/+20
2009-10-08ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez1-5/+6
2009-10-08ath9k: rename driver core and hw power save helpersLuis R. Rodriguez1-11/+11
2009-10-08ath9k: move ath9k_hw_setpower() to main.cLuis R. Rodriguez1-0/+12
2009-10-08ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.cLuis R. Rodriguez1-0/+33
2009-10-08ath9k: move ps helpers onto core driver when reseting tsfLuis R. Rodriguez1-0/+4
2009-10-08ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.cLuis R. Rodriguez1-16/+2
2009-10-08ath9k: simplify ath_btcoex_bt_stomp()Luis R. Rodriguez1-22/+21
2009-10-08ath9k: rename ath_btcoex_info to ath_btcoex_hwLuis R. Rodriguez1-23/+23
2009-10-08ath9k: rename btcoex_scheme to just schemeLuis R. Rodriguez1-7/+7
2009-10-08ath9k: move bt_stomp_type to driver coreLuis R. Rodriguez1-3/+4
2009-10-08ath9k: replaces SC_OP_BTCOEX_ENABLED with a boolLuis R. Rodriguez1-2/+2