Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/8] ath9k: WLAN-BT coexistence clean up and 3-wire support
@ 2009-08-26 15:38 Vasanthakumar Thiagarajan
  2009-08-26 15:38 ` [PATCH 1/8] ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces Vasanthakumar Thiagarajan
  0 siblings, 1 reply; 9+ messages in thread
From: Vasanthakumar Thiagarajan @ 2009-08-26 15:38 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Luis.Rodriguez, Jouni.Malinen, ath9k-devel

John,

This series has WLAN-BT coex 3-wire support and clean ups in BT coex
part.

Vasanth

Vasanthakumar Thiagarajan (8):
  ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces
  ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]
  ath9k: Configure btcoex register during every reset
  ath9k: Move btcoex related data to a separate struct
  ath9k: Determine btcoex scheme type based on chip version
  ath9k: Remove hw capability bit meant for btcoex
  ath9k: Add infrastructure for generic hw timers
  ath9k: Add Bluetooth Coexistence 3-wire support

 drivers/net/wireless/ath/ath9k/Makefile |    3 +-
 drivers/net/wireless/ath/ath9k/ath9k.h  |    5 +
 drivers/net/wireless/ath/ath9k/btcoex.c |  319 +++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath9k/btcoex.h |   98 ++++++++++
 drivers/net/wireless/ath/ath9k/debug.h  |    2 +
 drivers/net/wireless/ath/ath9k/hw.c     |  239 +++++++++++++++++++++--
 drivers/net/wireless/ath/ath9k/hw.h     |   57 +++++-
 drivers/net/wireless/ath/ath9k/main.c   |   33 +++-
 drivers/net/wireless/ath/ath9k/reg.h    |   64 ++++++-
 drivers/net/wireless/ath/ath9k/xmit.c   |    9 +-
 10 files changed, 795 insertions(+), 34 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath9k/btcoex.c
 create mode 100644 drivers/net/wireless/ath/ath9k/btcoex.h


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-08-26 15:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 15:38 [PATCH 0/8] ath9k: WLAN-BT coexistence clean up and 3-wire support Vasanthakumar Thiagarajan
2009-08-26 15:38 ` [PATCH 1/8] ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces Vasanthakumar Thiagarajan
2009-08-26 15:38   ` [PATCH 2/8] ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch] Vasanthakumar Thiagarajan
2009-08-26 15:38     ` [PATCH 3/8] ath9k: Configure btcoex register during every reset Vasanthakumar Thiagarajan
2009-08-26 15:38       ` [PATCH 4/8] ath9k: Move btcoex related data to a separate struct Vasanthakumar Thiagarajan
2009-08-26 15:38         ` [PATCH 5/8] ath9k: Determine btcoex scheme type based on chip version Vasanthakumar Thiagarajan
2009-08-26 15:38           ` [PATCH 6/8] ath9k: Remove hw capability bit meant for btcoex Vasanthakumar Thiagarajan
2009-08-26 15:38             ` [PATCH 7/8] ath9k: Add infrastructure for generic hw timers Vasanthakumar Thiagarajan
2009-08-26 15:38               ` [PATCH 8/8] ath9k: Add Bluetooth Coexistence 3-wire support Vasanthakumar Thiagarajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox