drivers: net: Update typo in MHT

Change-Id: I44bc1e88b82eedff8e72ea4027b8d99b40178463
Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
This commit is contained in:
Vandhiadevan Karunamoorthy 2022-11-21 12:43:30 +05:30 committed by Gerrit - the friendly Code Review server
parent 6c139c94d7
commit 7c8bcaa2c0

View file

@ -1327,7 +1327,7 @@ int ipq_qca8084_link_update(phy_info_t * phy_info[])
printf("QCA8084-switch PORT%d %s Speed :%d %s duplex\n", port_id,
(phy_status.link_status?"Up":"Down"),
phy_status.speed, (phy_status.duplex?"Half":"Full"));
phy_status.speed, (phy_status.duplex?"Full":"Half"));
if (phy_status.link_status == PORT_LINK_DOWN) {
/* enable mac rx function */