From 293631f177b6477d7f2d1a595f7a2cd6facc1674 Mon Sep 17 00:00:00 2001 From: Alexander Wetzel <alexander@wetzel-home.de> Date: Fri, 10 Jan 2020 23:19:10 +0100 Subject: [PATCH] IBSS RSN: Coding style cleanup Use consistent style for pointers. Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de> --- wpa_supplicant/ibss_rsn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant/ibss_rsn.c b/wpa_supplicant/ibss_rsn.c index d14304011..ea909a91c 100644 --- a/wpa_supplicant/ibss_rsn.c +++ b/wpa_supplicant/ibss_rsn.c @@ -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__); }