mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-19 03:14:05 -05:00
PAE: Mark ieee802_1x_kay_deinit_data_key() static
This function is not used outside this file. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
4e7f5a4a2a
commit
799a7ed8a9
@ -1928,7 +1928,7 @@ static struct mka_param_body_handler mak_body_handler[] = {
|
|||||||
/**
|
/**
|
||||||
* ieee802_1x_kay_deinit_data_key -
|
* ieee802_1x_kay_deinit_data_key -
|
||||||
*/
|
*/
|
||||||
void ieee802_1x_kay_deinit_data_key(struct data_key *pkey)
|
static void ieee802_1x_kay_deinit_data_key(struct data_key *pkey)
|
||||||
{
|
{
|
||||||
if (!pkey)
|
if (!pkey)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user