]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove a spurious tab in hostapd_eid_rnr()
authorIlan Peer <ilan.peer@intel.com>
Tue, 12 Dec 2023 16:56:31 +0000 (18:56 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 16 Dec 2023 15:58:33 +0000 (17:58 +0200)
Remove a spurious \tab char in hostapd_eid_rnr() between arguments to a
function.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/ap/ieee802_11.c

index 2f8cb086ada31e7d5e6d869af99e44f48fc54ceb..fe5084c26867e0d22c112ce413f8fd4660a61bb0 100644 (file)
@@ -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,
                                                    &current_len, NULL);
                break;