summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez2009-10-071-13/+21
* atheros: add common debug printingLuis R. Rodriguez2009-10-071-116/+150
* ath9k: separate core driver and hw timer codeLuis R. Rodriguez2009-10-071-8/+36
* atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez2009-10-071-0/+1
* atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-071-0/+1
* atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez2009-10-071-0/+42
* ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez2009-10-071-1/+2
* ath9k: move ath_common to ath_hwLuis R. Rodriguez2009-10-071-11/+11
* atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez2009-10-071-13/+20
* ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez2009-10-071-5/+6
* ath9k: rename driver core and hw power save helpersLuis R. Rodriguez2009-10-071-11/+11
* ath9k: move ath9k_hw_setpower() to main.cLuis R. Rodriguez2009-10-071-0/+12
* ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.cLuis R. Rodriguez2009-10-071-0/+33
* ath9k: move ps helpers onto core driver when reseting tsfLuis R. Rodriguez2009-10-071-0/+4
* ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.cLuis R. Rodriguez2009-10-071-16/+2Star
* ath9k: simplify ath_btcoex_bt_stomp()Luis R. Rodriguez2009-10-071-22/+21Star
* ath9k: rename ath_btcoex_info to ath_btcoex_hwLuis R. Rodriguez2009-10-071-23/+23
* ath9k: rename btcoex_scheme to just schemeLuis R. Rodriguez2009-10-071-7/+7
* ath9k: move bt_stomp_type to driver coreLuis R. Rodriguez2009-10-071-3/+4
* ath9k: replaces SC_OP_BTCOEX_ENABLED with a boolLuis R. Rodriguez2009-10-071-2/+2
* ath9k: move driver core helpers to main.cLuis R. Rodriguez2009-10-071-6/+209
* ath9k: move hw specific btcoex info to ath_hwLuis R. Rodriguez2009-10-071-32/+38
* ath9k: move btcoex core driver info to its own structLuis R. Rodriguez2009-10-071-2/+2
* ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez2009-10-071-72/+76
* ath9k: Fix RFKILL bugsSujith2009-09-231-7/+1Star
* ath9k: Revamp PCIE workaroundsVivek Natarajan2009-09-231-4/+4
* ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan2009-09-091-3/+4
* ath9k: Disable ASPM when btcoex is activeVasanthakumar Thiagarajan2009-09-091-0/+1
* ath9k: Fix channelFlags for 2GHZSujith2009-09-081-1/+1
* ath9k: Fix RX Filter handling for BARSujith2009-09-081-1/+1
* ath9k: Reconfigure beacon timers after the scan is completed.Vivek Natarajan2009-09-021-0/+1
* ath9k: Move generic hw timer intr handler to bottom-halfVasanthakumar Thiagarajan2009-09-011-5/+6
* ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan2009-08-281-7/+27
* ath9k: Remove hw capability bit meant for btcoexVasanthakumar Thiagarajan2009-08-281-5/+3Star