IBSS RSN: Coding style cleanup
Use consistent style for pointers. Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
This commit is contained in:
parent
5742d12d4a
commit
293631f177
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ static void supp_cancel_auth_timeout(void *ctx)
|
|||
}
|
||||
|
||||
|
||||
static void supp_deauthenticate(void * ctx, u16 reason_code)
|
||||
static void supp_deauthenticate(void *ctx, u16 reason_code)
|
||||
{
|
||||
wpa_printf(MSG_DEBUG, "SUPP: %s (TODO)", __func__);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue