index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
btcoex.c
Age
Commit message (
Expand
)
Author
2012-06-06
ath9k: improve BT FTP/PAN performance
Rajkumar Manoharan
2012-04-23
ath9k_hw: remove ATH_BTCOEX_CFG_MCI
Rajkumar Manoharan
2012-02-27
ath9k: Remove ATH_BTCOEX_CFG_NONE checks
Sujith Manoharan
2012-02-27
ath9k: Initialize BTCOEX scheme using a helper
Sujith Manoharan
2012-02-27
ath9k: Initialize MCI params using a helper
Sujith Manoharan
2011-12-19
ath9k_hw: make bluetooth coexistence support optional at compile time
Felix Fietkau
2011-12-19
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
Joe Perches
2011-11-30
ath9k: fix a typo
Mohammed Shafi Shajakhan
2011-11-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
2011-11-17
ath9k_hw: set btcoex weights for AR9462
Rajkumar Manoharan
2011-11-17
ath9k_hw: Cleanup btcoex wlan weights
Rajkumar Manoharan
2011-11-17
ath9k: Remove enabling btcoex from stomp type change
Rajkumar Manoharan
2011-10-31
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-07-18
ath9k: Fix some smatch warnings
Rajkumar Manoharan
2011-05-19
ath9k: Drag the driver to the year 2011
Sujith Manoharan
2011-04-28
ath9k_hw: Add support for btcoexistence in AR9300.
Vivek Natarajan
2011-04-28
ath9k_hw: Move bt_stomp to hw from common.
Vivek Natarajan
2010-11-29
ath9k: Remove code which enables btcoex based on subsys id
Vasanthakumar Thiagarajan
2010-08-24
ath9k_htc: Add support for bluetooth coexistence.
Vivek Natarajan
2009-10-07
ath9k: move hw code to its own module
Luis R. Rodriguez
2009-10-07
ath9k: clarify what hw code is and remove ath9k.h from a few files
Luis R. Rodriguez
2009-10-07
ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported()
Luis R. Rodriguez
2009-10-07
ath9k: move ath_btcoex_config and ath_bt_mode to btcoex.c
Luis R. Rodriguez
2009-10-07
ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c
Luis R. Rodriguez
2009-10-07
ath9k: rename ath_btcoex_info to ath_btcoex_hw
Luis R. Rodriguez
2009-10-07
ath9k: rename btcoex_scheme to just scheme
Luis R. Rodriguez
2009-10-07
ath9k: move bt_stomp_type to driver core
Luis R. Rodriguez
2009-10-07
ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
Luis R. Rodriguez
2009-10-07
ath9k: split ath9k_hw_btcoex_enable() into two helpers
Luis R. Rodriguez
2009-10-07
ath9k: move driver core helpers to main.c
Luis R. Rodriguez
2009-10-07
ath9k: split bluetooth hardware coex init into two helpers
Luis R. Rodriguez
2009-10-07
ath9k: move hw specific btcoex info to ath_hw
Luis R. Rodriguez
2009-10-07
ath9k: move btcoex core driver info to its own struct
Luis R. Rodriguez
2009-10-07
ath9k: use ath_hw for DPRINTF() and debug init/exit
Luis R. Rodriguez
2009-09-09
ath9k: Enable btcoex based on the subsystem id of the device
Vasanthakumar Thiagarajan
2009-09-01
ath9k: Call spin_lock_bh() on btcoex_lock
Vasanthakumar Thiagarajan
2009-08-28
ath9k: Add Bluetooth Coexistence 3-wire support
Vasanthakumar Thiagarajan
2009-08-28
ath9k: Move btcoex related data to a separate struct
Vasanthakumar Thiagarajan
2009-08-28
ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]
Vasanthakumar Thiagarajan