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
..
2024-03-29 09:58:45 +01:00
2024-05-12 12:16:18 +02:00
2024-04-30 20:18:15 +02:00
2024-04-08 21:52:51 +02:00
2024-05-08 16:57:32 +02:00
2024-03-24 21:19:10 +01:00
2024-04-16 23:11:25 +02:00
2024-05-04 14:14:16 +08:00
2024-05-12 11:29:23 +02:00
2024-04-25 14:33:22 +02:00
2024-04-16 23:11:25 +02:00
2024-02-13 19:05:48 +01:00
2024-04-18 00:30:03 +03:00
2024-05-09 10:43:37 +02:00
2024-04-30 11:02:48 +02:00
2024-03-23 21:38:00 +01:00
2024-05-01 10:26:41 +02:00