From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: [PATCH 1/3] wcn36xx: Fix WEP104 encryption type Date: Thu, 14 Jun 2018 17:24:19 +0300 Message-ID: <87k1r18mzw.fsf@kamboji.qca.qualcomm.com> References: <1527506960-13358-1-git-send-email-loic.poulain@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1527506960-13358-1-git-send-email-loic.poulain-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> (Loic Poulain's message of "Mon, 28 May 2018 13:29:18 +0200") Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Loic Poulain Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-arm-msm@vger.kernel.org Loic Poulain writes: > Signed-off-by: Loic Poulain > --- > drivers/net/wireless/ath/wcn36xx/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c > index aeb5e6e..4648a78 100644 > --- a/drivers/net/wireless/ath/wcn36xx/main.c > +++ b/drivers/net/wireless/ath/wcn36xx/main.c > @@ -512,7 +512,7 @@ static int wcn36xx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, > vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; > break; > case WLAN_CIPHER_SUITE_WEP104: > - vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP40; > + vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP104; > break; > case WLAN_CIPHER_SUITE_CCMP: > vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP; No empty commit logs, please. I'll add "This is an obvious copy&paste bug". -- Kalle Valo