Re: [ath5k-devel] [PATCH 5/8] ath/ath9k: Replace common->splitmic with a flag

2010-09-11 Thread bob
On Wed, Sep 08, 2010 at 04:04:54PM +0900, Bruno Randolf wrote: > Replace common->splitmic with ATH_CRYPT_CAP_MIC_COMBINED flag. > > splitmic has to be used when the ATH_CRYPT_CAP_MIC_COMBINED capability flag is > not set. > > Signed-off-by: Bruno Randolf Acked-by: Bob Copeland -- Bob Copelan

[ath5k-devel] [PATCH 5/8] ath/ath9k: Replace common->splitmic with a flag

2010-09-08 Thread Bruno Randolf
Replace common->splitmic with ATH_CRYPT_CAP_MIC_COMBINED flag. splitmic has to be used when the ATH_CRYPT_CAP_MIC_COMBINED capability flag is not set. Signed-off-by: Bruno Randolf --- drivers/net/wireless/ath/ath.h |2 +- drivers/net/wireless/ath/ath9k/common.c | 12 ++--