Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b5dbc28762fd3fd40ba76303be0c7f707826f982
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
btcoex.c
c7212b7
ath9k: fix BTCoex configuration for SOC chips
by Miaoqing Pan
· 9 years ago
dfcf02c
ath9k: fix BTCoex access invalid registers for SOC chips
by Miaoqing Pan
· 9 years ago
c8770bc
ath9k: Allow platform override BTCoex pin
by Miaoqing Pan
· 9 years ago
db22219
ath9k: free GPIO resource for SOC GPIOs
by Miaoqing Pan
· 9 years ago
b2d70d4
ath9k: make GPIO API to support both of WMAC and SOC
by Miaoqing Pan
· 9 years ago
30b8189
ath9k: Fix wlan-active gpio for the AR9003 family
by Sujith Manoharan
· 10 years ago
e1ff147
ath9k: Fix MCI scheme initialization
by Sujith Manoharan
· 10 years ago
c67ce33
ath9k_hw: clean up generic timer code
by Felix Fietkau
· 11 years ago
2884561
ath9k: stomp audio profiles on weak signal strength
by Rajkumar Manoharan
· 12 years ago
3c5c9d0
ath9k_hw: Set default MCI config for AR9565
by Rajkumar Manoharan
· 12 years ago
db60428
ath9k: Add concurrent WLAN and BT tx support for MCI based chips
by Rajkumar Manoharan
· 12 years ago
5160b46
ath9k: Fix BTCOEX weight initialization
by Sujith Manoharan
· 12 years ago
6a73f50
ath9k: Enable MCI for AR9565
by Bala Shanmugam
· 12 years ago
6995fb8
ath9k: improve BT FTP/PAN performance
by Rajkumar Manoharan
· 12 years ago
0466e25
ath9k_hw: remove ATH_BTCOEX_CFG_MCI
by Rajkumar Manoharan
· 13 years ago
64ab38d
ath9k: Remove ATH_BTCOEX_CFG_NONE checks
by Sujith Manoharan
· 13 years ago
d68475d
ath9k: Initialize BTCOEX scheme using a helper
by Sujith Manoharan
· 13 years ago
d3c83ac
ath9k: Initialize MCI params using a helper
by Sujith Manoharan
· 13 years ago
8a30930
ath9k_hw: make bluetooth coexistence support optional at compile time
by Felix Fietkau
· 13 years ago
d2182b6
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
by Joe Perches
· 13 years ago
32b1076
ath9k: fix a typo
by Mohammed Shafi Shajakhan
· 13 years ago
515db09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by John W. Linville
· 13 years ago
8227bf4
ath9k_hw: set btcoex weights for AR9462
by Rajkumar Manoharan
· 13 years ago
54f10b0
ath9k_hw: Cleanup btcoex wlan weights
by Rajkumar Manoharan
· 13 years ago
bc6d5c2
ath9k: Remove enabling btcoex from stomp type change
by Rajkumar Manoharan
· 13 years ago
ee40fa0
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
by Paul Gortmaker
· 13 years ago
02c5172
ath9k: Fix some smatch warnings
by Rajkumar Manoharan
· 13 years ago
5b68138
ath9k: Drag the driver to the year 2011
by Sujith Manoharan
· 13 years ago
a6ef530
ath9k_hw: Add support for btcoexistence in AR9300.
by Vivek Natarajan
· 14 years ago
978f78b
ath9k_hw: Move bt_stomp to hw from common.
by Vivek Natarajan
· 14 years ago
8c5e9c8
ath9k: Remove code which enables btcoex based on subsys id
by Vasanthakumar Thiagarajan
· 14 years ago
21cb987
ath9k_htc: Add support for bluetooth coexistence.
by Vivek Natarajan
· 14 years ago
7322fd1
ath9k: move hw code to its own module
by Luis R. Rodriguez
· 15 years ago
cfe8cba
ath9k: clarify what hw code is and remove ath9k.h from a few files
by Luis R. Rodriguez
· 15 years ago
a36cfbc
ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported()
by Luis R. Rodriguez
· 15 years ago
8b4fc5b
ath9k: move ath_btcoex_config and ath_bt_mode to btcoex.c
by Luis R. Rodriguez
· 15 years ago
5e19729
ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c
by Luis R. Rodriguez
· 15 years ago
766ec4a
ath9k: rename ath_btcoex_info to ath_btcoex_hw
by Luis R. Rodriguez
· 15 years ago
46289e1
ath9k: rename btcoex_scheme to just scheme
by Luis R. Rodriguez
· 15 years ago
e08a6ac
ath9k: move bt_stomp_type to driver core
by Luis R. Rodriguez
· 15 years ago
8c1b395
ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool
by Luis R. Rodriguez
· 15 years ago
bc74bf8
ath9k: split ath9k_hw_btcoex_enable() into two helpers
by Luis R. Rodriguez
· 15 years ago
75d7839
ath9k: move driver core helpers to main.c
by Luis R. Rodriguez
· 15 years ago
7a2f0f5
ath9k: split bluetooth hardware coex init into two helpers
by Luis R. Rodriguez
· 15 years ago
af03abe
ath9k: move hw specific btcoex info to ath_hw
by Luis R. Rodriguez
· 15 years ago
2e20250
ath9k: move btcoex core driver info to its own struct
by Luis R. Rodriguez
· 15 years ago
4d6b228
ath9k: use ath_hw for DPRINTF() and debug init/exit
by Luis R. Rodriguez
· 15 years ago
fe12946
ath9k: Enable btcoex based on the subsystem id of the device
by Vasanthakumar Thiagarajan
· 15 years ago
8f43161
ath9k: Call spin_lock_bh() on btcoex_lock
by Vasanthakumar Thiagarajan
· 15 years ago
1773912
ath9k: Add Bluetooth Coexistence 3-wire support
by Vasanthakumar Thiagarajan
· 15 years ago
f14462c
ath9k: Move btcoex related data to a separate struct
by Vasanthakumar Thiagarajan
· 15 years ago
17d50d1
ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]
by Vasanthakumar Thiagarajan
· 15 years ago