net: tests: UDP unit test had incorrect ll address length
Change-Id: Ie3231c6fda2faf49f4767a78250b923bedb2d293 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
6085ff518a
commit
f88da0fa36
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ static void net_udp_iface_init(struct net_if *iface)
|
|||
{
|
||||
uint8_t *mac = net_udp_get_mac(net_if_get_device(iface));
|
||||
|
||||
net_if_set_link_addr(iface, mac, 8);
|
||||
net_if_set_link_addr(iface, mac, 6);
|
||||
}
|
||||
|
||||
static int send_status = -EINVAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue