[ath9k-devel] Atheros [168c 0034] can't enable wireless button LED.

2012-06-19 Thread Matt Chen
Hi experts, I tested the latest kernel v3.5-rc3 ath9k for the Atheros [168c 0034], code name is Miami. I found no matter how I press the wifi button to enable/disable the wifi, it doesn't work to me. Even I found the rfkill status for this interface is not changing. -- Thank you.

Re: [ath9k-devel] Atheros [168c 0034] can't enable wireless button LED.

2012-06-19 Thread Mohammed Shafi
Hi Matt, I tested the latest kernel v3.5-rc3 ath9k for the Atheros [168c 0034], code name is Miami. I found no matter how I press the wifi button to enable/disable the wifi, it doesn't work to me. Even I found the rfkill status for this interface is not changing. its a AR9462please poke at

[ath9k-devel] ath9k-devel Digest, Vol 49, Issue 0

2012-06-19 Thread Nabajyoti Bera
How can use aircrack-ng f0r WEP in windows 7 32 bit -Original Message- From: ath9k-devel-requ...@lists.ath9k.org Sent: 19 June 2012 03:30 PM To: ath9k-devel@lists.ath9k.org Subject: ath9k-devel Digest, Vol 48, Issue 29 Send ath9k-devel mailing list submissions to

[ath9k-devel] [PATCH 00/10] Add support for WOW in ath9k

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com Add support for hardware WoW in ath9k. Magic-packet, beacon loss triggers, deauth/disassoc patterns (a special case of user pattern) are tested with AR9485, AR9280. User pattern needs a bit of investigation on parsing to appropriate 802.11

[ath9k-devel] [PATCH 01/10] ath9k_hw: Add register definitions for WoW support

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com *MAC WoW registers back-off shift, MAC interrupt enable, magic packet enable, pattern match enable, aifs, slot wait period, keep alive frame failure count, beacon fail enable, beacon timeout, keep alive timeout, auto keep alive disable,

[ath9k-devel] [PATCH 02/10] ath9k: Add definitions and structures to support WoW

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com *add structures, macros and variables for WoW, so that the driver can make use of it. *maintain a list for user enabled patterns and masks *track pattern slots for the hardware limitation on the maximum number of patterns that can be

[ath9k-devel] [PATCH 03/10] ath9k_hw: Add WoW hardware capability flags

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com have seperate wow capability flags for *basic wow support *device capable of matching exact user defined pattern or de-authentication/disassoc pattern *device such AR9280 requires first four bytes for all sort of patterns Cc: Senthil

[ath9k-devel] [PATCH 04/10] ath9k_hw: advertise WoW support for capable chipsets

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com support WoW for all chipsets starting from AR9280, AR9285, AR9287, AR9380, AR9382, AR9485, AR9462. Really all hardware may not support WoW even though the flag is set and the WoW working depends on your laptop, BIOS apart from the hardware.

[ath9k-devel] [PATCH 05/10] ath9k: advertise supported WoW flags to upper layer

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com currently the code supports WoW triggers due to *magic packet *user defined patterns *deauth and disassoc patterns *disconnect - beacon miss, last beacon received timeout, no ack for keeep alive frames. we need to support other WoW offload

[ath9k-devel] [PATCH 06/10] ath9k_hw: INI changes for WoW for AR9002 chipsets

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com for AR9002 family of chipsets and for WoW sleep, we reprogram the SerDes so that the PLL and CHK REQ are both enabled. this uses more power but in certain cases this is required as otherwise WoW sleep is unstable and chip may disappear.

[ath9k-devel] [PATCH 08/10] ath: Add Wake-on-Wireless debug mask

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com to help the developers and users to debug/know whats happening with WoW Cc: Senthil Balasubramanian senth...@qca.qualcomm.com Cc: Rajkumar Manoharan rmano...@qca.qualcomm.com Cc: vadi...@qca.qualcomm.com Tested-by: Mohammed Shafi Shajakhan

[ath9k-devel] [PATCH 09/10] ath9k: Add WoW related mac80211 callbacks

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com add suspend/resume/set_wakeup callbacks to the driver *suspend - bail out only if all the conditions for configuring WoW is fine, currently multivif case is not handled - check for associated state - map wow triggers from user space

[ath9k-devel] [PATCH 10/10] ath9k: do not disable hardware while wow is enabled

2012-06-19 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com Cc: Senthil Balasubramanian senth...@qca.qualcomm.com Cc: Rajkumar Manoharan rmano...@qca.qualcomm.com Cc: vadi...@qca.qualcomm.com Tested-by: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com Signed-off-by: Mohammed Shafi Shajakhan

Re: [ath9k-devel] [PATCH 01/10] ath9k_hw: Add register definitions for WoW support

2012-06-19 Thread Thiagarajan, Vasanthakumar
From: Shajakhan, Mohammed Shafi (Mohammed Shafi) Sent: Tuesday, June 19, 2012 9:17 PM To: John W. Linville Cc: linux-wirel...@vger.kernel.org; Rodriguez, Luis; ath9k-devel@lists.ath9k.org; Manoharan, Rajkumar; Manoharan, Sujith; Pitchaimani, Vadivel; Hu, Russell; Yang, Aeolus; Shajakhan,

Re: [ath9k-devel] [PATCH 03/10] ath9k_hw: Add WoW hardware capability flags

2012-06-19 Thread Rajkumar Manoharan
On Tue, Jun 19, 2012 at 09:17:23PM +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com have seperate wow capability flags for *basic wow support *device capable of matching exact user defined pattern or de-authentication/disassoc pattern *device

Re: [ath9k-devel] [PATCH 02/10] ath9k: Add definitions and structures to support WoW

2012-06-19 Thread Rajkumar Manoharan
On Tue, Jun 19, 2012 at 09:17:22PM +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com *add structures, macros and variables for WoW, so that the driver can make use of it. *maintain a list for user enabled patterns and masks *track pattern slots

Re: [ath9k-devel] [PATCH 07/10] ath9k_hw: Add hardware code for WoW

2012-06-19 Thread Rajkumar Manoharan
On Tue, Jun 19, 2012 at 09:17:27PM +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com add a new file wow.c which takes care of the hardware code for WoW. [...] --- 3 files changed, 591 insertions(+), 0 deletions(-) create mode 100644

Re: [ath9k-devel] [PATCH 05/10] ath9k: advertise supported WoW flags to upper layer

2012-06-19 Thread Julian Calaby
Hi Mohammed, On Wed, Jun 20, 2012 at 1:47 AM, Mohammed Shafi Shajakhan moham...@qca.qualcomm.com wrote: From: Mohammed Shafi Shajakhan moham...@qca.qualcomm.com currently the code supports WoW triggers due to *magic packet *user defined patterns *deauth and disassoc patterns *disconnect -

Re: [ath9k-devel] [PATCH 02/10] ath9k: Add definitions and structures to support WoW

2012-06-19 Thread Mohammed Shafi Shajakhan
Hi Raj, On Tuesday 19 June 2012 11:08 PM, Rajkumar Manoharan wrote: On Tue, Jun 19, 2012 at 09:17:22PM +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com *add structures, macros and variables for WoW, so that the driver can make use of it.

Re: [ath9k-devel] [PATCH 03/10] ath9k_hw: Add WoW hardware capability flags

2012-06-19 Thread Mohammed Shafi Shajakhan
On Tuesday 19 June 2012 10:50 PM, Rajkumar Manoharan wrote: On Tue, Jun 19, 2012 at 09:17:23PM +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com have seperate wow capability flags for *basic wow support *device capable of matching exact user

Re: [ath9k-devel] [PATCH 05/10] ath9k: advertise supported WoW flags to upper layer

2012-06-19 Thread Mohammed Shafi Shajakhan
Hi Julian, On Wed, Jun 20, 2012 at 1:47 AM, Mohammed Shafi Shajakhan moham...@qca.qualcomm.com wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com currently the code supports WoW triggers due to *magic packet *user defined patterns *deauth and disassoc patterns *disconnect -

Re: [ath9k-devel] [PATCH 07/10] ath9k_hw: Add hardware code for WoW

2012-06-19 Thread Mohammed Shafi Shajakhan
Hi Raj, On Tuesday 19 June 2012 11:20 PM, Rajkumar Manoharan wrote: On Tue, Jun 19, 2012 at 09:17:27PM +0530, Mohammed Shafi Shajakhan wrote: From: Mohammed Shafi Shajakhanmoham...@qca.qualcomm.com add a new file wow.c which takes care of the hardware code for WoW. [...] --- 3 files