From d43a49a66da7823989c8db0e6edc4d271b0924a0 Mon Sep 17 00:00:00 2001 From: Ilan Peer Date: Tue, 12 Dec 2023 18:56:31 +0200 Subject: [PATCH] Remove a spurious tab in hostapd_eid_rnr() Remove a spurious \tab char in hostapd_eid_rnr() between arguments to a function. Signed-off-by: Ilan Peer Signed-off-by: Andrei Otcheretianski --- src/ap/ieee802_11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index 2f8cb086a..fe5084c26 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -7676,7 +7676,7 @@ u8 * hostapd_eid_rnr(struct hostapd_data *hapd, u8 *eid, u32 type) case WLAN_FC_STYPE_ACTION: if (hapd->iface->num_bss > 1 && mode == STANDALONE_6GHZ) - eid = hostapd_eid_rnr_iface(hapd, hapd, eid, + eid = hostapd_eid_rnr_iface(hapd, hapd, eid, ¤t_len, NULL); break; -- 2.47.2