openwrt/target/linux/ath79/files/drivers
Christophe JAILLET 5ac8cf1eab
ag71xx: Slightly simplify 'ag71xx_rx_packets()'
There is no need to use 'list_for_each_entry_safe' here, as nothing is
removed from the list in the 'for' loop.
Use 'list_for_each_entry' instead, it is slightly less verbose.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://github.com/openwrt/openwrt/pull/15435
Link: https://github.com/openwrt/openwrt/pull/15435
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-05-14 12:21:02 +02:00
..
gpio ath79: add MikroTik suffix to the local GPIO latch driver 2024-05-09 23:51:14 +02:00
mfd ath79: mikrotik: fix build error with kernel 6.1 2023-10-06 21:53:13 +02:00
mtd ath79: ar934x: still advertise subpage on soft ecc 2023-05-14 00:08:35 +02:00
net/ethernet/atheros/ag71xx ag71xx: Slightly simplify 'ag71xx_rx_packets()' 2024-05-14 12:21:02 +02:00