]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: eth: rename netdev/ndev variables to dev 23420/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Sun, 17 May 2026 20:00:14 +0000 (22:00 +0200)
committerRobert Marko <robimarko@gmail.com>
Thu, 21 May 2026 10:19:47 +0000 (12:19 +0200)
commitc27f9b3ba025f026f2633489971dc55effee84be
tree328d7174414f662c2f2299f4772082672acd212e
parentd3577dfbf3e1dd516732a7f4cb31a8380cb8f577
realtek: eth: rename netdev/ndev variables to dev

Right now the driver uses variable names netdev/ndev/dev to access
a net_device structure. Align this with most of the other upstream
drivers and convert everything to dev.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/23420
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.18/drivers/net/ethernet/rtl838x_eth.c