Re: remove 80211WMMPARMS ioctls

2017-10-27 Thread Mark Kettenis
> Date: Fri, 27 Oct 2017 20:08:43 +0200 > From: Stefan Sperling > > On Fri, Oct 27, 2017 at 04:47:20PM +0200, Mark Kettenis wrote: > > I don't know, but with the ioctl removed, there is nothing that sets > > the IEEE80211_F_QOS flag anymore. That seems weird. > > This flag is just unused for no

Re: remove 80211WMMPARMS ioctls

2017-10-27 Thread Stefan Sperling
On Fri, Oct 27, 2017 at 04:47:20PM +0200, Mark Kettenis wrote: > I don't know, but with the ioctl removed, there is nothing that sets > the IEEE80211_F_QOS flag anymore. That seems weird. This flag is just unused for now. It is a left-over from unfinished 11n support code by damien. But I expect

Re: remove 80211WMMPARMS ioctls

2017-10-27 Thread Mark Kettenis
> Date: Fri, 27 Oct 2017 23:57:35 +1100 > From: Jonathan Gray > > On Fri, Oct 27, 2017 at 02:34:32PM +0200, Mark Kettenis wrote: > > > Date: Fri, 27 Oct 2017 12:33:15 +0200 > > > From: Stefan Sperling > > > > > > On Fri, Oct 27, 2017 at 09:08:07PM +1100, Jonathan Gray wrote: > > > > use in ifco

Re: remove 80211WMMPARMS ioctls

2017-10-27 Thread Jonathan Gray
On Fri, Oct 27, 2017 at 02:34:32PM +0200, Mark Kettenis wrote: > > Date: Fri, 27 Oct 2017 12:33:15 +0200 > > From: Stefan Sperling > > > > On Fri, Oct 27, 2017 at 09:08:07PM +1100, Jonathan Gray wrote: > > > use in ifconfig was removed in 2009 > > > > Yes, please remove this. Thanks. > > How wo

Re: remove 80211WMMPARMS ioctls

2017-10-27 Thread Mark Kettenis
> Date: Fri, 27 Oct 2017 12:33:15 +0200 > From: Stefan Sperling > > On Fri, Oct 27, 2017 at 09:08:07PM +1100, Jonathan Gray wrote: > > use in ifconfig was removed in 2009 > > Yes, please remove this. Thanks. How would one go about setting QoS mode without this ioctl? > > Index: ieee80211_ioctl

Re: remove 80211WMMPARMS ioctls

2017-10-27 Thread Kevin Lo
On Fri, Oct 27, 2017 at 09:08:07PM +1100, Jonathan Gray wrote: > > use in ifconfig was removed in 2009 sure, ok kevlo@ > Index: ieee80211_ioctl.c > === > RCS file: /cvs/src/sys/net80211/ieee80211_ioctl.c,v > retrieving revision 1.54

Re: remove 80211WMMPARMS ioctls

2017-10-27 Thread Stefan Sperling
On Fri, Oct 27, 2017 at 09:08:07PM +1100, Jonathan Gray wrote: > use in ifconfig was removed in 2009 Yes, please remove this. Thanks. > Index: ieee80211_ioctl.c > === > RCS file: /cvs/src/sys/net80211/ieee80211_ioctl.c,v > retrieving

remove 80211WMMPARMS ioctls

2017-10-27 Thread Jonathan Gray
use in ifconfig was removed in 2009 Index: ieee80211_ioctl.c === RCS file: /cvs/src/sys/net80211/ieee80211_ioctl.c,v retrieving revision 1.54 diff -u -p -r1.54 ieee80211_ioctl.c --- ieee80211_ioctl.c 26 Oct 2017 15:00:28 -