Use the m_extadd() function instead of deprecated MEXTADD().

Suggested by:	glebius
This commit is contained in:
Justin Hibbits 2016-03-02 02:29:35 +00:00
parent 9324dcb395
commit 5670e3473f

View File

@ -375,7 +375,7 @@ dtsec_rm_fqr_rx_callback(t_Handle app, t_Handle fqr, t_Handle portal,
if (m == NULL)
goto err;
MEXTADD(m, DPAA_FD_GET_ADDR(frame), FM_PORT_BUFFER_SIZE,
m_extadd(m, DPAA_FD_GET_ADDR(frame), FM_PORT_BUFFER_SIZE,
dtsec_rm_fqr_mext_free, DPAA_FD_GET_ADDR(frame), sc, 0,
EXT_NET_DRV);