Re: [ath5k-devel] [PATCH] RFC: ath: Fix WEP hardware encryption

2011-01-24 Thread Vasanthakumar Thiagarajan
Adding linux-wireless in CC On Sat, Jan 22, 2011 at 08:00:25AM +0530, Bruno Randolf wrote: > On Saturday 22 January 2011 00:10:23 Vasanthakumar Thiagarajan wrote: > > On Fri, Jan 21, 2011 at 03:46:08PM +0530, Bruno Randolf wrote: > > > I need this to enable HW encryption for WEP. > > > Otherwise w

Re: [ath5k-devel] [PATCH] RFC: ath: Fix WEP hardware encryption

2011-01-21 Thread Bruno Randolf
On Saturday 22 January 2011 00:10:23 Vasanthakumar Thiagarajan wrote: > On Fri, Jan 21, 2011 at 03:46:08PM +0530, Bruno Randolf wrote: > > I need this to enable HW encryption for WEP. > > Otherwise we fall back to software decryption - i only checked the > > decryption case. > > Encryption/Decrypt

Re: [ath5k-devel] [PATCH] RFC: ath: Fix WEP hardware encryption

2011-01-21 Thread Vasanthakumar Thiagarajan
On Fri, Jan 21, 2011 at 03:46:08PM +0530, Bruno Randolf wrote: > I need this to enable HW encryption for WEP. > Otherwise we fall back to software decryption - i only checked the decryption > case. Encryption/Decryption is done in hw by default. In which case are you seeing it done in sw?. Vasant

[ath5k-devel] [PATCH] RFC: ath: Fix WEP hardware encryption

2011-01-21 Thread Bruno Randolf
I need this to enable HW encryption for WEP. Otherwise we fall back to software decryption - i only checked the decryption case. Any comments? bruno --- drivers/net/wireless/ath/key.c | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/ath/