Skip to content

Commit e715ff9

Browse files
committed
fix realtek_rtl8195am IPv6 build fails
remove the "dhcps.h" and "dhcps.c" files edit "wifi_conf.c" and "rtw_emac.cpp" to fix compile error coding style fix
1 parent db73ed0 commit e715ff9

File tree

4 files changed

+119
-1039
lines changed

4 files changed

+119
-1039
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/rtw_emac.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static void wlan_get_ifname(emac_interface_t *emac, char *name, uint8_t size)
5151

5252
static uint8_t wlan_get_hwaddr_size(emac_interface_t *emac)
5353
{
54-
return ETHARP_HWADDR_LEN;
54+
return ETH_HWADDR_LEN;
5555
}
5656

5757
static void wlan_get_hwaddr(emac_interface_t *emac, uint8_t *addr)

0 commit comments

Comments
 (0)