Commits
Murali Karicheri committed f5e8b776722
net: ethernet: icssg-prueth: fix uninitialized pkt type in descriptor Currently driver doesn't set the packet type explicitly to zero in the first_desc. This causes issues at firmware since packet type is used to differentiate between command and data. This patch fixes it by initializing packet type to zero. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>