From: Ilan Peer Date: Tue, 12 Dec 2023 16:56:31 +0000 (+0200) Subject: Remove a spurious tab in hostapd_eid_rnr() X-Git-Tag: hostap_2_11~664 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d43a49a66da7823989c8db0e6edc4d271b0924a0;p=thirdparty%2Fhostap.git 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 --- 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;