Skip to content

Commit

Permalink
staging: rtl8723bs: remove unused symbolic constant _AES_IV_LEN_
Browse files Browse the repository at this point in the history
remove unused symbolic constant _AES_IV_LEN_

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/ac3f5a400dcb61f46db259cca6979ec41f98feae.1620372584.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Fabio Aiuto authored and Greg Kroah-Hartman committed May 10, 2021
1 parent 6d0753d commit 8adffa4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/rtl8723bs/include/rtw_security.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ do {\
} \
} while (0)

#define _AES_IV_LEN_ 8

#define SET_ICE_IV_LEN(iv_len, icv_len, encrypt)\
do {\
switch (encrypt)\
Expand Down

0 comments on commit 8adffa4

Please sign in to comment.