Search Linux Wireless

RE: [ath9k-devel] can ath9k run on linux 2.6.25

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi All
	Anyone have porting the ath9k to 2.6.25? Is it can work on
2.6.25?


Regards,
Yanfei Zhang
 

> -----Original Message-----
> From: ath9k-devel-bounces@xxxxxxxxxxxxxxxx 
> [mailto:ath9k-devel-bounces@xxxxxxxxxxxxxxxx] On Behalf Of 
> tom.leiming@xxxxxxxxx
> Sent: Saturday, February 06, 2010 10:38 PM
> To: lrodriguez@xxxxxxxxxxx
> Cc: linux-wireless@xxxxxxxxxxxxxxx; linville@xxxxxxxxxxxxx; 
> ath9k-devel@xxxxxxxxxxxxxxxx; johannes@xxxxxxxxxxxxxxxx; 
> stable@xxxxxxxxxx
> Subject: [ath9k-devel] [PATCH] ath9k: fix keycache leak in 
> split tkip case
> 
> From: Ming Lei <tom.leiming@xxxxxxxxx>
> 
> If split tkip key is used, ath_delete_key should delete rx 
> key and rx mic key. This patch fixes the leak of hw keycache 
> in the case.
> 
> ---
> The patch is against the latest wireless test tree.
> 
> Signed-off-by: Ming Lei <tom.leiming@xxxxxxxxx>
> ---
>  drivers/net/wireless/ath/ath9k/main.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/net/wireless/ath/ath9k/main.c 
> b/drivers/net/wireless/ath/ath9k/main.c
> index 6796d5c..928402b 100644
> --- a/drivers/net/wireless/ath/ath9k/main.c
> +++ b/drivers/net/wireless/ath/ath9k/main.c
> @@ -809,6 +809,7 @@ static void ath_key_delete(struct 
> ath_common *common, struct ieee80211_key_conf
>  
>  	clear_bit(key->hw_key_idx + 64, common->keymap);
>  	if (common->splitmic) {
> +		ath9k_hw_keyreset(ah, key->hw_key_idx + 32);
>  		clear_bit(key->hw_key_idx + 32, common->keymap);
>  		clear_bit(key->hw_key_idx + 64 + 32, common->keymap);
>  	}
> --
> 1.6.2.5
> 
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel@xxxxxxxxxxxxxxx
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux