mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 19:04:02 -05:00
macsec_qca: Mark macsec_qca_set_transmit_next_pn() static
This function is not used outside this C file. Mark it static to avoid a warning from sparse. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
fcb3f11e4d
commit
ff7f339cff
@ -383,7 +383,7 @@ static int macsec_qca_get_transmit_next_pn(void *priv, struct transmit_sa *sa)
|
||||
}
|
||||
|
||||
|
||||
int macsec_qca_set_transmit_next_pn(void *priv, struct transmit_sa *sa)
|
||||
static int macsec_qca_set_transmit_next_pn(void *priv, struct transmit_sa *sa)
|
||||
{
|
||||
struct macsec_qca_data *drv = priv;
|
||||
int ret = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user