History log of /haiku/src/bin/network/ifconfig/MediaTypes.cpp
Revision Date Author Comments
# ac2215ca 15-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

ifconfig: Place generic options at the end of the media types list.

Otherwise we will get "Auto-select" even if something more specific
applies, e.g. in the case of IFM_IEEE80211 at least.

Fixes media type detection for OpenBSD drivers.


# 73d88d4e 13-Jun-2022 Augustin Cavalier <waddlesplash@gmail.com>

ifconfig: Add basic IEEE 802.11 media types to the list.

This requires using the FreeBSD if_media.h (for now, anyway)
and adding a subtype_mask to the data structures. But this
does work.

Now 802.11 media will be displayed in ifconfig and Network
preferences.


# ad284e7a 04-May-2021 Alexander von Gluck IV <kallisti5@unixzen.com>

ifconfig: expand 10Gbps media knowledge

* These are pretty much the 10G standards that have
any potential for usage on a desktop system.

Change-Id: I2cb49f41ca61e82e091d042f877ee2f1acb9c4ec
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3900
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 49b69c86 27-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

ifconfig/Network: gcc4 build fix.


# 54c34be7 11-Feb-2015 Axel Dörfler <axeld@pinc-software.de>

ifconfig: moved media type stuff into its own file.

* This can now be easily shared.


# 49b69c86d3e09832ae67446c3fd5cc21ab09131d 27-Mar-2015 Axel Dörfler <axeld@pinc-software.de>

ifconfig/Network: gcc4 build fix.


# 54c34be74b853fc5db947339da33dfbb947ec6b2 11-Feb-2015 Axel Dörfler <axeld@pinc-software.de>

ifconfig: moved media type stuff into its own file.

* This can now be easily shared.