Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / 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) {                      \
This page took 0.023864 seconds and 5 git commands to generate.