This is an obvious copy & paste bug.

Signed-off-by: Loic Poulain <[email protected]>
---
 v2: non-empty commit message.

 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;
-- 
2.7.4

Reply via email to