summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)Author
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
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez
2009-08-20ath9k: Fix TX poll cancellingSujith
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg
2009-08-20ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan
2009-08-14ath9k: Set HW state properlySujith
2009-08-14ath9k: Remove has_hw_phycountersSujith
2009-08-14ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez
2009-08-14ath9k: Fix regression on receiving PS poll framesLuis R. Rodriguez
2009-08-04ath9k: cancel xmit poll work at stop() callbackLuis R. Rodriguez
2009-08-04ath9k: remove dangling error check on keycache reset on hw initLuis R. Rodriguez
2009-08-04ath9k: call ath9k_hw_detach() once upon hw init failureLuis R. Rodriguez
2009-08-04ath9k: set sc->sc_ah to NULL after freeing itLuis R. Rodriguez
2009-08-04ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez
2009-08-04ath9k: describe hw initialization betterLuis R. Rodriguez
2009-08-04ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez
2009-08-04ath9k: pass only one argument to hw attachLuis R. Rodriguez
2009-08-04ath9k: move cache setting of softc ah prior to attachLuis R. Rodriguez
2009-08-04ath9k: move devid cache setting to ath_init()Luis R. Rodriguez
2009-08-04ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez