summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/btcoex.c
AgeCommit message (Expand)Author
2016-03-11ath9k: fix BTCoex configuration for SOC chipsMiaoqing Pan
2016-03-11ath9k: fix BTCoex access invalid registers for SOC chipsMiaoqing Pan
2016-03-11ath9k: Allow platform override BTCoex pinMiaoqing Pan
2016-03-11ath9k: free GPIO resource for SOC GPIOsMiaoqing Pan
2016-03-11ath9k: make GPIO API to support both of WMAC and SOCMiaoqing Pan
2015-03-03ath9k: Fix wlan-active gpio for the AR9003 familySujith Manoharan
2015-03-03ath9k: Fix MCI scheme initializationSujith Manoharan
2013-12-18ath9k_hw: clean up generic timer codeFelix Fietkau
2012-11-21ath9k: stomp audio profiles on weak signal strengthRajkumar Manoharan
2012-10-29ath9k_hw: Set default MCI config for AR9565Rajkumar Manoharan
2012-10-29ath9k: Add concurrent WLAN and BT tx support for MCI based chipsRajkumar Manoharan
2012-09-28ath9k: Fix BTCOEX weight initializationSujith Manoharan
2012-09-28ath9k: Enable MCI for AR9565Bala Shanmugam
2012-06-06ath9k: improve BT FTP/PAN performanceRajkumar Manoharan
2012-04-23ath9k_hw: remove ATH_BTCOEX_CFG_MCIRajkumar Manoharan
2012-02-27ath9k: Remove ATH_BTCOEX_CFG_NONE checksSujith Manoharan
2012-02-27ath9k: Initialize BTCOEX scheme using a helperSujith Manoharan
2012-02-27ath9k: Initialize MCI params using a helperSujith Manoharan
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches
2011-11-30ath9k: fix a typoMohammed Shafi Shajakhan
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-17ath9k_hw: set btcoex weights for AR9462Rajkumar Manoharan
2011-11-17ath9k_hw: Cleanup btcoex wlan weightsRajkumar Manoharan
2011-11-17ath9k: Remove enabling btcoex from stomp type changeRajkumar Manoharan
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-07-18ath9k: Fix some smatch warningsRajkumar Manoharan
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan
2011-04-28ath9k_hw: Add support for btcoexistence in AR9300.Vivek Natarajan
2011-04-28ath9k_hw: Move bt_stomp to hw from common.Vivek Natarajan
2010-11-29ath9k: Remove code which enables btcoex based on subsys idVasanthakumar Thiagarajan
2010-08-24ath9k_htc: Add support for bluetooth coexistence.Vivek Natarajan
2009-10-07ath9k: move hw code to its own moduleLuis R. Rodriguez
2009-10-07ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez
2009-10-07ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported()Luis R. Rodriguez
2009-10-07ath9k: move ath_btcoex_config and ath_bt_mode to btcoex.cLuis R. Rodriguez
2009-10-07ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.cLuis 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: split ath9k_hw_btcoex_enable() into two helpersLuis R. Rodriguez
2009-10-07ath9k: move driver core helpers to main.cLuis R. Rodriguez
2009-10-07ath9k: split bluetooth hardware coex init into two helpersLuis 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-09ath9k: Enable btcoex based on the subsystem id of the deviceVasanthakumar Thiagarajan
2009-09-01ath9k: Call spin_lock_bh() on btcoex_lockVasanthakumar Thiagarajan
2009-08-28ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan