[ath9k-devel] [PATCH] ath9k: ath9k_hw_set_txpowerlimit sets previous txpower

2011-08-31 Thread Bill Jordan
In commit 9c204b46c7af93e334114bea1f5eeaa6fea9ba07 (ath9k_hw: do not limit initial tx power to 20 dbm), setting of txpower was broken. This patch fixes it by initializing reg_pwr from the new power limit, not the previous value. Signed-off-by: Bill Jordan bjor...@rajant.com --- drivers/net

Re: [ath9k-devel] [PATCH] ath9k: fix MGMT packets when using TKIP

2011-08-23 Thread Bill Jordan
On Mon, Aug 22, 2011 at 4:11 AM, Kalle Valo kv...@adurom.com wrote: Bill Jordan bjor...@rajant.com writes: Prevent 8 bytes from being truncated from MGMT packets when using TKIP. A bit more information in the commit log would be nice. Is this is a regression or an old bug? Maybe a stable

[ath9k-devel] [PATCH] ath9k: fix MGMT packets when using TKIP

2011-08-19 Thread Bill Jordan
Prevent 8 bytes from being truncated from MGMT packets when using TKIP. Signed-off-by: Bill Jordan bjor...@rajant.com --- drivers/net/wireless/ath/ath9k/recv.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless

[ath9k-devel] [PATCH] ath9k: fix MGMT packets when using TKIP

2011-08-17 Thread Bill Jordan
Prevent 8 bytes from being truncated from MGMT packets when using TKIP. Signed-off-by: Bill Jordan bjor...@rajant.com --- drivers/net/wireless/ath/ath9k/recv.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless

[ath9k-devel] [BUG] ath9k truncated management packets from TKIP connected stations

2011-08-16 Thread Bill Jordan
RX_FLAG_DECRYPTED is cleared. I'm looking for input from someone who understands this code better. Thanks, Bill Jordan ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Re: [ath9k-devel] [PATCH] ath: Fix hardware decryption of WEP

2011-08-09 Thread Bill Jordan
On Tue, Aug 9, 2011 at 4:04 AM, Jouni Malinen jo...@qca.qualcomm.com wrote: On Mon, Aug 08, 2011 at 08:04:50PM -0600, Felix Fietkau wrote: On 2011-08-08 1:19 PM, Bill Jordan wrote: The first 4 hardware key indexes are reserved for WEP, but never programmed. The result was that WEP always

[ath9k-devel] [PATCH] ath: Fix hardware decryption of WEP

2011-08-08 Thread Bill Jordan
The first 4 hardware key indexes are reserved for WEP, but never programmed. The result was that WEP always used software decryption. Signed-off-by: Bill Jordan bjor...@rajant.com --- drivers/net/wireless/ath/key.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git

[ath9k-devel] ath9k_hw_check_alive routine

2011-01-10 Thread Bill Jordan
: return true; } } while (count-- 0); return false; } Thanks, Bill Jordan ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [BUG?] ath9k_hw_check_alive failures

2011-01-06 Thread Bill Jordan
in 20 minutes). Can someone explain what this register value means, and why it could be taking so much longer than the code seems to expect? Thanks, Bill Jordan ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman