hinic3: remove tx_q name collision hack
authorGur Stavi <gur.stavi@huawei.com>
Mon, 9 Jun 2025 15:07:54 +0000 (18:07 +0300)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 Jun 2025 22:27:19 +0000 (15:27 -0700)
commit48b9ce0a7c721c4c65697de8396468fae67631de
treea305a5531604dc1370a8dbc2f76007b5e454b446
parenteb89bc3744f35383b34b9df055622831ce24dc40
hinic3: remove tx_q name collision hack

A local variable of tx_q worked around name collision with internal
txq variable in netif_subqueue macros.
This workaround is no longer needed.

Signed-off-by: Gur Stavi <gur.stavi@huawei.com>
Link: https://patch.msgid.link/6376db2a39b8d3bf2fa893f58f56246bed128d5d.1749038081.git.gur.stavi@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/huawei/hinic3/hinic3_tx.c