index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
btcoex.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
ath9k_hw: Add support for btcoexistence in AR9300.
Vivek Natarajan
1
-3
/
+31
2011-04-28
ath9k_hw: Move bt_stomp to hw from common.
Vivek Natarajan
1
-0
/
+66
2010-11-29
ath9k: Remove code which enables btcoex based on subsys id
Vasanthakumar Thiagarajan
1
-23
/
+0
2010-08-25
ath9k_htc: Add support for bluetooth coexistence.
Vivek Natarajan
1
-0
/
+7
2009-10-08
ath9k: move hw code to its own module
Luis R. Rodriguez
1
-0
/
+6
2009-10-08
ath9k: clarify what hw code is and remove ath9k.h from a few files
Luis R. Rodriguez
1
-1
/
+1
2009-10-08
ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported()
Luis R. Rodriguez
1
-3
/
+3
2009-10-08
ath9k: move ath_btcoex_config and ath_bt_mode to btcoex.c
Luis R. Rodriguez
1
-2
/
+29
2009-10-08
ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c
Luis R. Rodriguez
1
-0
/
+10
2009-10-08
ath9k: rename ath_btcoex_info to ath_btcoex_hw
Luis R. Rodriguez
1
-30
/
+30
2009-10-08
ath9k: rename btcoex_scheme to just scheme
Luis R. Rodriguez
1
-2
/
+2
2009-10-08
ath9k: move bt_stomp_type to driver core
Luis R. Rodriguez
1
-2
/
+0
2009-10-08
ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
Luis R. Rodriguez
1
-2
/
+2
2009-10-08
ath9k: split ath9k_hw_btcoex_enable() into two helpers
Luis R. Rodriguez
1
-20
/
+37
2009-10-08
ath9k: move driver core helpers to main.c
Luis R. Rodriguez
1
-210
/
+4
2009-10-08
ath9k: split bluetooth hardware coex init into two helpers
Luis R. Rodriguez
1
-31
/
+44
2009-10-08
ath9k: move hw specific btcoex info to ath_hw
Luis R. Rodriguez
1
-19
/
+38
2009-10-08
ath9k: move btcoex core driver info to its own struct
Luis R. Rodriguez
1
-35
/
+38
2009-10-08
ath9k: use ath_hw for DPRINTF() and debug init/exit
Luis R. Rodriguez
1
-4
/
+4
2009-09-09
ath9k: Enable btcoex based on the subsystem id of the device
Vasanthakumar Thiagarajan
1
-0
/
+23
2009-09-01
ath9k: Call spin_lock_bh() on btcoex_lock
Vasanthakumar Thiagarajan
1
-6
/
+4
2009-08-28
ath9k: Add Bluetooth Coexistence 3-wire support
Vasanthakumar Thiagarajan
1
-16
/
+274
2009-08-28
ath9k: Move btcoex related data to a separate struct
Vasanthakumar Thiagarajan
1
-5
/
+11
2009-08-28
ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]
Vasanthakumar Thiagarajan
1
-0
/
+55