]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: r8188eu: remove sha256_state structure
authorIvan Safonov <insafonov@gmail.com>
Wed, 24 Aug 2016 08:22:58 +0000 (15:22 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Sep 2016 16:01:42 +0000 (18:01 +0200)
This structure does not used in driver code.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_security.h

index ca1247bce6e337d1a7b0a105e9b8cd6cf06ab96c..2663e60bb6c681d0ed26285dc68babe2327abb73 100644 (file)
@@ -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) {                      \