summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)Author
2009-10-09ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez
2009-10-07ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez
2009-10-07ath9k: move ath_cleanup() below helpers to avoid forward declarationsLuis R. Rodriguez
2009-10-07ath9k: add a helper to clean the core driver upon module unloadLuis R. Rodriguez
2009-10-07ath9k: add helper to un-init the hw properlyLuis R. Rodriguez
2009-10-07ath9k: initialize hw prior to debugfsLuis R. Rodriguez
2009-10-07ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez
2009-10-07atheros: define a common priv structLuis R. Rodriguez
2009-10-07ath9k: make ath9k_common_ops constLuis R. Rodriguez
2009-10-07atheros: move bus ops to ath_commonLuis R. Rodriguez
2009-10-07ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez
2009-10-07ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez
2009-10-07atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez
2009-10-07atheros: add common debug printingLuis R. Rodriguez
2009-10-07ath9k: separate core driver and hw timer codeLuis R. Rodriguez
2009-10-07atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez
2009-10-07atheros: define shared bssidmask settingLuis R. Rodriguez
2009-10-07atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez
2009-10-07ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez
2009-10-07ath9k: move ath_common to ath_hwLuis R. Rodriguez
2009-10-07atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez
2009-10-07ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez
2009-10-07ath9k: rename driver core and hw power save helpersLuis R. Rodriguez
2009-10-07ath9k: move ath9k_hw_setpower() to main.cLuis R. Rodriguez
2009-10-07ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.cLuis R. Rodriguez
2009-10-07ath9k: move ps helpers onto core driver when reseting tsfLuis R. Rodriguez
2009-10-07ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.cLuis R. Rodriguez
2009-10-07ath9k: simplify ath_btcoex_bt_stomp()Luis R. Rodriguez
2009-10-07ath9k: rename ath_btcoex_info to ath_btcoex_hwLuis R. Rodriguez
2009-10-07ath9k: rename btcoex_scheme to just schemeLuis R. Rodriguez
2009-10-07ath9k: move bt_stomp_type to driver coreLuis R. Rodriguez
2009-10-07ath9k: replaces SC_OP_BTCOEX_ENABLED with a boolLuis R. Rodriguez
2009-10-07ath9k: move driver core helpers to main.cLuis R. Rodriguez
2009-10-07ath9k: move hw specific btcoex info to ath_hwLuis R. Rodriguez
2009-10-07ath9k: move btcoex core driver info to its own structLuis R. Rodriguez
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez
2009-09-23ath9k: Fix RFKILL bugsSujith
2009-09-23ath9k: Revamp PCIE workaroundsVivek Natarajan
2009-09-09ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan
2009-09-09ath9k: Disable ASPM when btcoex is activeVasanthakumar Thiagarajan
2009-09-08ath9k: Fix channelFlags for 2GHZSujith
2009-09-08ath9k: Fix RX Filter handling for BARSujith
2009-09-02ath9k: Reconfigure beacon timers after the scan is completed.master-2009-09-02Vivek Natarajan
2009-09-01ath9k: Move generic hw timer intr handler to bottom-halfVasanthakumar Thiagarajan
2009-08-28ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan
2009-08-28ath9k: Remove hw capability bit meant for btcoexVasanthakumar Thiagarajan
2009-08-28ath9k: Determine btcoex scheme type based on chip versionVasanthakumar Thiagarajan
2009-08-28ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan
2009-08-28ath9k: Fix chainmask selection during scanningSujith
2009-08-20ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan