Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1469171 > unrolled thread
| Started by | Ivan Safonov <insafonov@gmail.com> |
|---|---|
| First post | 2016-08-24 10:30 +0200 |
| Last post | 2016-08-24 10:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 35/41] staging: r8188eu: remove sha256_state structure Ivan Safonov <insafonov@gmail.com> - 2016-08-24 10:30 +0200
| From | Ivan Safonov <insafonov@gmail.com> |
|---|---|
| Date | 2016-08-24 10:30 +0200 |
| Subject | [PATCH 35/41] staging: r8188eu: remove sha256_state structure |
| Message-ID | <s9BJo-85b-21@gated-at.bofh.it> |
This structure does not used in driver code.
Signed-off-by: Ivan Safonov <insafonov@gmail.com>
---
drivers/staging/rtl8188eu/include/rtw_security.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/rtw_security.h b/drivers/staging/rtl8188eu/include/rtw_security.h
index ca1247b..2663e60 100644
--- a/drivers/staging/rtl8188eu/include/rtw_security.h
+++ b/drivers/staging/rtl8188eu/include/rtw_security.h
@@ -164,12 +164,6 @@ struct security_priv {
u8 bWepDefaultKeyIdxSet;
};
-struct sha256_state {
- u64 length;
- u32 state[8], curlen;
- u8 buf[64];
-};
-
#define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst) \
do { \
switch (psecuritypriv->dot11AuthAlgrthm) { \
--
2.7.3
Back to top | Article view | linux.kernel
csiph-web