[ath9k-devel] Mesh point with HT support

2012-06-27 Thread nuaa
Hi, everyone I'm currently working on a Mini-PCI wireless card WLM200N2N2-26 (with Atheros AR9223-AL1A). According to the document, the oldest kernel recommended for ath9k is 2.6.32, WDS mode gets supported since 2.6.37, and mesh point mode with HT is also supported currently. My question

[ath9k-devel] [PATCH 2/2] ath9k: Fix signedness in a MCI debug message

2012-06-27 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com seems i got a message like this ath: phy0: BT_Status_Update: is_link=0, linkId=2, state=1, SEQ=-2085766476 initially. Signed-off-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com --- drivers/net/wireless/ath/ath9k/mci.c |2 +- 1

[ath9k-devel] [PATCH 1/2] ath9k_hw: make use of the wrapper to check for MCI init

2012-06-27 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com ath9k_hw_mci_is_enabled wrapper also takes care of ATH9K_HW_CAP_MCI being set for the AR9462 under test. Signed-off-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com --- drivers/net/wireless/ath/ath9k/gpio.c |2 +- 1 files

Re: [ath9k-devel] [PATCH 2/2] ath9k: Fix signedness in a MCI debug message

2012-06-27 Thread Felix Fietkau
On 2012-06-27 4:30 PM, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com seems i got a message like this ath: phy0: BT_Status_Update: is_link=0, linkId=2, state=1, SEQ=-2085766476 initially. Signed-off-by: Mohammed Shafi Shajakhan

Re: [ath9k-devel] [PATCH 2/2] ath9k: Fix signedness in a MCI debug message

2012-06-27 Thread Mohammed Shafi Shajakhan
Hi Felix, On Wednesday 27 June 2012 08:18 PM, Felix Fietkau wrote: On 2012-06-27 4:30 PM, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com seems i got a message like this ath: phy0: BT_Status_Update: is_link=0, linkId=2, state=1, SEQ=-2085766476

Re: [ath9k-devel] [PATCH 2/2] ath9k: Fix signedness in a MCI debug message

2012-06-27 Thread Mohammed Shafi Shajakhan
On Wednesday 27 June 2012 08:30 PM, Mohammed Shafi Shajakhan wrote: Hi Felix, On Wednesday 27 June 2012 08:18 PM, Felix Fietkau wrote: On 2012-06-27 4:30 PM, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com seems i got a message like this ath: phy0:

[ath9k-devel] [PATCH] ath9k: fix panic caused by returning a descriptor we have queued for reuse

2012-06-27 Thread Sujith Manoharan
Tom Hughes wrote: Commit 3a2923e83c introduced a bug when a corrupt descriptor is encountered - although the following descriptor is discarded and returned to the queue for reuse the associated frame is also returned for processing. This leads to a panic: BUG: unable to handle kernel NULL

Re: [ath9k-devel] [PATCH] Build fix in drivers/net/wireless/ath/ath9k/main.c

2012-06-27 Thread Mohammed Shafi
Hi, On Thu, Jun 28, 2012 at 12:49 AM, Arvydas Sidorenko asi...@gmail.com wrote: Commit fad29cd2f59949581050a937786c2c9bc78b2f04 broke the build if no CONFIG_ATH9K_BTCOEX_SUPPORT is enabled. Signed-off-by: Arvydas Sidorenko asi...@gmail.com ---  drivers/net/wireless/ath/ath9k/main.c |    2

[ath9k-devel] [PATCH] Build fix in drivers/net/wireless/ath/ath9k/main.c

2012-06-27 Thread Arvydas Sidorenko
Commit fad29cd2f59949581050a937786c2c9bc78b2f04 broke the build if no CONFIG_ATH9K_BTCOEX_SUPPORT is enabled. Signed-off-by: Arvydas Sidorenko asi...@gmail.com --- drivers/net/wireless/ath/ath9k/main.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[ath9k-devel] [PATCH] ath9k: fix panic caused by returning a descriptor we have queued for reuse

2012-06-27 Thread Tom Hughes
Commit 3a2923e83c introduced a bug when a corrupt descriptor is encountered - although the following descriptor is discarded and returned to the queue for reuse the associated frame is also returned for processing. This leads to a panic: BUG: unable to handle kernel NULL pointer dereference at