projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6265255
)
wcn36xx: Fix WEP104 encryption type
author
Loic Poulain
<loic.poulain@linaro.org>
Wed, 20 Jun 2018 07:57:58 +0000
(09:57 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Fri, 29 Jun 2018 11:58:56 +0000
(14:58 +0300)
This is an obvious copy & paste bug.
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/wcn36xx/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/wcn36xx/main.c
b/drivers/net/wireless/ath/wcn36xx/main.c
index aeb5e6e806beab897026133f1b55bb53f20d73cd..4648a78c4a5c25e916a4f770258a23fb36a90886 100644
(file)
--- 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_WEP
40
;
+ vif_priv->encrypt_type = WCN36XX_HAL_ED_WEP
104
;
break;
case WLAN_CIPHER_SUITE_CCMP:
vif_priv->encrypt_type = WCN36XX_HAL_ED_CCMP;