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 <ilan.peer@intel.com> Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
a28ea8e517
commit
d43a49a66d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue