Remove NIC server role from drivers

* Remove "mode" attribute utility and XML description
* Remove unused nic/stat.h header

Fix genodelabs/genode#3961
This commit is contained in:
Stefan Kalkowski
2022-04-26 13:03:33 +02:00
committed by Christian Helmuth
parent e3d08893b7
commit 18dcf8af68
7 changed files with 4 additions and 130 deletions

View File

@@ -1,11 +0,0 @@
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:simpleType name="Nic_driver_mode">
<xs:restriction base="xs:string">
<xs:enumeration value="nic_server" />
<xs:enumeration value="uplink_client" />
</xs:restriction>
</xs:simpleType><!-- Nic_driver_mode -->
</xs:schema>