Re: ifconfig baudrate

2016-08-31 Thread Theo de Raadt
> Whatever, you know what you're talking about but I guess the MCS table is to= > tally uninteresting for most users like me. For them, it is "utterly meaning= > less" to have some code and acronym instead of the actual calculated speed. I= > t's a blinkenlight but it will probably stay where it is

Re: ifconfig baudrate

2016-08-31 Thread Reyk Floeter
> Am 31.08.2016 um 21:29 schrieb Chris Cappuccio : > > Reyk Floeter [r...@openbsd.org] wrote: >> >> Ok, it makes some sense to have this information for Ethernet. > > I am strongly opposed to this change on wired or wireless. Why the > push for having less information? > >> For 11n and all the

Re: ifconfig baudrate

2016-08-31 Thread Chris Cappuccio
Reyk Floeter [r...@openbsd.org] wrote: > > Ok, it makes some sense to have this information for Ethernet. > I am strongly opposed to this change on wired or wireless. Why the push for having less information? > For 11n and all these new wireless rates it doesn't provide any useful > information

Re: ifconfig baudrate

2016-08-31 Thread lists
Wed, 31 Aug 2016 09:42:07 -0600 "Theo de Raadt" > > I'd rather have this as an extra rather than replacing the more > > specific information. > > I agree... > Wed, 31 Aug 2016 17:17:26 +0200 Peter Hessler > On 2016 Aug 31 (Wed) at 17:04:38 +0200 (+0200), Stefan Sperling wrote: > :This makes

Re: ifconfig baudrate

2016-08-31 Thread Stuart Henderson
On 2016/08/31 17:04, Stefan Sperling wrote: > This makes ifconfig display baudrates defined in ifmedia.h tables. > > Before (prints media subtype): > > $ ifconfig iwn0 | grep media: > media: IEEE802.11 autoselect (OFDM6 mode 11a) > $ ifconfig em0 | grep media: > media: Ethernet a

Re: ifconfig baudrate

2016-08-31 Thread Theo de Raadt
> I'd rather have this as an extra rather than replacing the more > specific information. I agree...

Re: ifconfig baudrate

2016-08-31 Thread Mark Kettenis
> From: "Theo de Raadt" > Date: Wed, 31 Aug 2016 09:12:30 -0600 > > > This makes ifconfig display baudrates defined in ifmedia.h tables. > > > > Before (prints media subtype): > > > > $ ifconfig iwn0 | grep media: > > media: IEEE802.11 autoselect (OFDM6 mode 11a) > > $ ifconfig em0 | gr

Re: ifconfig baudrate

2016-08-31 Thread David Coppa
Il 31 agosto 2016 17:19:36 CEST, Reyk Floeter ha scritto: >On Wed, Aug 31, 2016 at 09:12:30AM -0600, Theo de Raadt wrote: >> > This makes ifconfig display baudrates defined in ifmedia.h tables. >> > >> > Before (prints media subtype): >> > >> > $ ifconfig iwn0 | grep media: >> > media:

Re: ifconfig baudrate

2016-08-31 Thread Reyk Floeter
On Wed, Aug 31, 2016 at 09:12:30AM -0600, Theo de Raadt wrote: > > This makes ifconfig display baudrates defined in ifmedia.h tables. > > > > Before (prints media subtype): > > > > $ ifconfig iwn0 | grep media: > > media: IEEE802.11 autoselect (OFDM6 mode 11a) > > $ ifconfig em0 | grep me

Re: ifconfig baudrate

2016-08-31 Thread Peter Hessler
On 2016 Aug 31 (Wed) at 17:04:38 +0200 (+0200), Stefan Sperling wrote: :This makes ifconfig display baudrates defined in ifmedia.h tables. : :Before (prints media subtype): : :$ ifconfig iwn0 | grep media: :media: IEEE802.11 autoselect (OFDM6 mode 11a) :$ ifconfig em0 | grep media: :

Re: ifconfig baudrate

2016-08-31 Thread Reyk Floeter
On Wed, Aug 31, 2016 at 05:04:38PM +0200, Stefan Sperling wrote: > This makes ifconfig display baudrates defined in ifmedia.h tables. > > Before (prints media subtype): > > $ ifconfig iwn0 | grep media: > media: IEEE802.11 autoselect (OFDM6 mode 11a) > $ ifconfig em0 | grep media: >

Re: ifconfig baudrate

2016-08-31 Thread Theo de Raadt
> This makes ifconfig display baudrates defined in ifmedia.h tables. > > Before (prints media subtype): > > $ ifconfig iwn0 | grep media: > media: IEEE802.11 autoselect (OFDM6 mode 11a) > $ ifconfig em0 | grep media: > media: Ethernet autoselect (100baseTX full-duplex,rxpause,txp

ifconfig baudrate

2016-08-31 Thread Stefan Sperling
This makes ifconfig display baudrates defined in ifmedia.h tables. Before (prints media subtype): $ ifconfig iwn0 | grep media: media: IEEE802.11 autoselect (OFDM6 mode 11a) $ ifconfig em0 | grep media: media: Ethernet autoselect (100baseTX full-duplex,rxpause,txpause) After (pr