Re: [ath5k-devel] [PATCH 6/8] ath5k: Use common crypt capabilities flags

2010-09-12 Thread Bob Copeland
On Sun, Sep 12, 2010 at 9:17 PM, Bruno Randolf wrote: > On Sun September 12 2010 02:27:52 you wrote: >> On Wed, Sep 08, 2010 at 04:04:59PM +0900, Bruno Randolf wrote: >> > Replace ah_aes_support and ah_combined_mic with common ath_crypt_caps >> > ATH_CRYPT_CAP_CIPHER_AESCCM and ATH_CRYPT_CAP_MIC_C

Re: [ath5k-devel] [PATCH 6/8] ath5k: Use common crypt capabilities flags

2010-09-12 Thread Bruno Randolf
On Sun September 12 2010 02:27:52 you wrote: > On Wed, Sep 08, 2010 at 04:04:59PM +0900, Bruno Randolf wrote: > > Replace ah_aes_support and ah_combined_mic with common ath_crypt_caps > > ATH_CRYPT_CAP_CIPHER_AESCCM and ATH_CRYPT_CAP_MIC_COMBINED. > > > > Signed-off-by: Bruno Randolf > > > > ---

Re: [ath5k-devel] [PATCH 6/8] ath5k: Use common crypt capabilities flags

2010-09-11 Thread bob
On Wed, Sep 08, 2010 at 04:04:59PM +0900, Bruno Randolf wrote: > Replace ah_aes_support and ah_combined_mic with common ath_crypt_caps > ATH_CRYPT_CAP_CIPHER_AESCCM and ATH_CRYPT_CAP_MIC_COMBINED. > > Signed-off-by: Bruno Randolf > --- a/drivers/net/wireless/ath/ath5k/base.c > +++ b/drivers/net/

[ath5k-devel] [PATCH 6/8] ath5k: Use common crypt capabilities flags

2010-09-08 Thread Bruno Randolf
Replace ah_aes_support and ah_combined_mic with common ath_crypt_caps ATH_CRYPT_CAP_CIPHER_AESCCM and ATH_CRYPT_CAP_MIC_COMBINED. Signed-off-by: Bruno Randolf --- drivers/net/wireless/ath/ath5k/ath5k.h |2 -- drivers/net/wireless/ath/ath5k/attach.c | 10 ++ drivers/net/wireless/at