summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/btcoex.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: clean up generic timer codeFelix Fietkau2013-12-181-6/+0
* ath9k: stomp audio profiles on weak signal strengthRajkumar Manoharan2012-11-211-0/+1
* ath9k_hw: Set default MCI config for AR9565Rajkumar Manoharan2012-10-291-1/+1
* ath9k: Add concurrent WLAN and BT tx support for MCI based chipsRajkumar Manoharan2012-10-291-16/+44
* ath9k: Fix BTCOEX weight initializationSujith Manoharan2012-09-281-29/+32
* ath9k: Enable MCI for AR9565Bala Shanmugam2012-09-281-3/+3
* ath9k: improve BT FTP/PAN performanceRajkumar Manoharan2012-06-061-2/+8
* ath9k_hw: remove ATH_BTCOEX_CFG_MCIRajkumar Manoharan2012-04-231-7/+7
* ath9k: Remove ATH_BTCOEX_CFG_NONE checksSujith Manoharan2012-02-271-21/+0
* ath9k: Initialize BTCOEX scheme using a helperSujith Manoharan2012-02-271-0/+34
* ath9k: Initialize MCI params using a helperSujith Manoharan2012-02-271-0/+24
* ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau2011-12-191-2/+23
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-2/+1
* ath9k: fix a typoMohammed Shafi Shajakhan2011-11-301-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
|\
| * drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* | ath9k_hw: set btcoex weights for AR9462Rajkumar Manoharan2011-11-171-3/+34
* | ath9k_hw: Cleanup btcoex wlan weightsRajkumar Manoharan2011-11-171-39/+25
* | ath9k: Remove enabling btcoex from stomp type changeRajkumar Manoharan2011-11-171-4/+0
|/
* ath9k: Fix some smatch warningsRajkumar Manoharan2011-07-181-3/+5
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k_hw: Add support for btcoexistence in AR9300.Vivek Natarajan2011-04-281-3/+31
* ath9k_hw: Move bt_stomp to hw from common.Vivek Natarajan2011-04-281-0/+66
* ath9k: Remove code which enables btcoex based on subsys idVasanthakumar Thiagarajan2010-11-291-23/+0
* ath9k_htc: Add support for bluetooth coexistence.Vivek Natarajan2010-08-241-0/+7
* ath9k: move hw code to its own moduleLuis R. Rodriguez2009-10-071-0/+6
* ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez2009-10-071-1/+1
* ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported()Luis R. Rodriguez2009-10-071-3/+3
* ath9k: move ath_btcoex_config and ath_bt_mode to btcoex.cLuis R. Rodriguez2009-10-071-2/+29
* ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.cLuis R. Rodriguez2009-10-071-0/+10
* ath9k: rename ath_btcoex_info to ath_btcoex_hwLuis R. Rodriguez2009-10-071-30/+30
* ath9k: rename btcoex_scheme to just schemeLuis R. Rodriguez2009-10-071-2/+2
* ath9k: move bt_stomp_type to driver coreLuis R. Rodriguez2009-10-071-2/+0
* ath9k: replaces SC_OP_BTCOEX_ENABLED with a boolLuis R. Rodriguez2009-10-071-2/+2
* ath9k: split ath9k_hw_btcoex_enable() into two helpersLuis R. Rodriguez2009-10-071-20/+37
* ath9k: move driver core helpers to main.cLuis R. Rodriguez2009-10-071-210/+4
* ath9k: split bluetooth hardware coex init into two helpersLuis R. Rodriguez2009-10-071-31/+44
* ath9k: move hw specific btcoex info to ath_hwLuis R. Rodriguez2009-10-071-19/+38
* ath9k: move btcoex core driver info to its own structLuis R. Rodriguez2009-10-071-35/+38
* ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez2009-10-071-4/+4
* ath9k: Enable btcoex based on the subsystem id of the deviceVasanthakumar Thiagarajan2009-09-091-0/+23
* ath9k: Call spin_lock_bh() on btcoex_lockVasanthakumar Thiagarajan2009-09-011-6/+4
* ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan2009-08-281-16/+274
* ath9k: Move btcoex related data to a separate structVasanthakumar Thiagarajan2009-08-281-5/+11
* ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]Vasanthakumar Thiagarajan2009-08-281-0/+55