Marian Buschsieweke d86df5b217
sys/net/netopt: make NETOPT_TX_END_IRQ and friends read-only
Reasoning:

- Many drivers already just generate these events regardless of configuration.
  This will make behavior more consistent
- Run time configuration increases ROM, complexity and maintaining
  effort
- At least NETOPT_TX_END_IRQ is now de facto mandatory, as the new
  netdev driver API requires NETDEV_EVENT_TX_COMPLETE to always be
  generated.
2021-03-22 08:14:27 +01:00
..
2020-10-05 12:32:51 +02:00
2020-11-17 11:29:28 +01:00
2021-02-09 13:38:31 +01:00
2020-11-12 22:50:53 +01:00
2021-02-22 14:56:37 +01:00
2020-10-24 21:38:25 +02:00
2021-02-02 22:21:15 +01:00
2021-01-20 09:18:09 +01:00
2020-08-21 15:19:22 +02:00
2021-02-10 13:32:54 +01:00
2020-10-22 11:10:14 +02:00
2020-04-07 17:48:39 +02:00
2020-11-17 10:10:28 +01:00
2021-01-17 00:17:58 +01:00
2021-01-15 15:22:31 +01:00
2021-03-02 14:57:29 +01:00
2020-12-02 17:53:00 +01:00
2020-06-10 21:21:33 +02:00
2020-10-13 10:32:41 +02:00
2020-08-14 12:21:24 +02:00
2020-11-23 16:56:34 +01:00
2020-10-02 08:15:00 +02:00
2021-02-09 22:34:04 +01:00