summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* ath9k: simplify ath_btcoex_bt_stomp()Luis R. Rodriguez2009-10-071-22/+21
* 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/+1
* 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/+3
* ath9k: Determine btcoex scheme type based on chip versionVasanthakumar Thiagarajan2009-08-281-1/+3
* ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan2009-08-281-2/+9
* ath9k: Fix chainmask selection during scanningSujith2009-08-281-1/+6
* ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan2009-08-201-6/+3
* ath: move regulatory info into shared common structureLuis R. Rodriguez2009-08-201-3/+3
* ath9k: Fix TX poll cancellingSujith2009-08-201-4/+3
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-2/+1
* ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan2009-08-201-11/+16
* ath9k: Set HW state properlySujith2009-08-141-0/+1
* ath9k: Remove has_hw_phycountersSujith2009-08-141-2/+1
* ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez2009-08-141-1/+1
* ath9k: Fix regression on receiving PS poll framesLuis R. Rodriguez2009-08-141-0/+1
* ath9k: cancel xmit poll work at stop() callbackLuis R. Rodriguez2009-08-041-0/+2
* ath9k: remove dangling error check on keycache reset on hw initLuis R. Rodriguez2009-08-041-3/+0
* ath9k: call ath9k_hw_detach() once upon hw init failureLuis R. Rodriguez2009-08-041-2/+1
* ath9k: set sc->sc_ah to NULL after freeing itLuis R. Rodriguez2009-08-041-0/+3
* ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez2009-08-041-3/+10
* ath9k: describe hw initialization betterLuis R. Rodriguez2009-08-041-2/+2
* ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez2009-08-041-2/+0
* ath9k: pass only one argument to hw attachLuis R. Rodriguez2009-08-041-1/+1
* ath9k: move cache setting of softc ah prior to attachLuis R. Rodriguez2009-08-041-1/+1
* ath9k: move devid cache setting to ath_init()Luis R. Rodriguez2009-08-041-1/+2
* ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez2009-08-041-12/+23
* ath9k: propagate hw initialization errorsLuis R. Rodriguez2009-08-041-4/+3
OpenPOWER on IntegriCloud