[ath9k-devel] [RFC] ath9k_hw: Fix number of GPIO pins for AR9287/9300

2011-09-28 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com Signed-off-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com --- drivers/net/wireless/ath/ath9k/hw.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/hw.c

[ath9k-devel] [RFC] ath9k_hw: set is_pciexpress true for AR9480

2011-09-28 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com the AR_SREV register does not seems to indicate it properly though the other information like macVersion etc can be obtained properly Signed-off-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com ---

Re: [ath9k-devel] [PATCH] ath9k_hw: extend GPIO pin select mask for rfkill

2011-09-28 Thread mohammed
John, please drop this patch will resend a proper v2 patch, as its better to have a unique GPIO rfkill selection mask for AR5416 family of chip sets and AR93XX. On Wednesday 28 September 2011 06:49 PM, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com

Re: [ath9k-devel] [RFC] ath9k_hw: set is_pciexpress true for AR9480

2011-09-28 Thread Felix Fietkau
On 2011-09-28 2:07 PM, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com the AR_SREV register does not seems to indicate it properly though the other information like macVersion etc can be obtained properly How about using AR_SREV_9300_20_OR_LATER(ah)

Re: [ath9k-devel] [RFC] ath9k_hw: set is_pciexpress true for AR9480

2011-09-28 Thread mohammed
Hi Felix, On Thursday 29 September 2011 04:53 AM, Felix Fietkau wrote: On 2011-09-28 2:07 PM, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com the AR_SREV register does not seems to indicate it properly though the other information like macVersion etc