> Date: Fri, 27 Oct 2017 23:57:35 +1100 > From: Jonathan Gray <[email protected]> > > 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 <[email protected]> > > > > > > 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? > > Is it needed outside of when it is implied as described in the > ifconfig commit?
I don't know, but with the ioctl removed, there is nothing that sets the IEEE80211_F_QOS flag anymore. That seems weird. > ---------------------------- > revision 1.213 > date: 2009/02/15 08:34:36; author: damien; state: Exp; lines: +56 -35; > make "ifconfig if0 chan" list the channels supported by the device. > add "ifconfig if0 scan" to scan for access points or to list known > stations in Host AP mode. > remove the [-]wmm command while i'm here. QoS is mandatory with > 802.11n so there's not much point into making it an option. > fix parsing of the "powersave" command too. > > discussed with deraadt@ > man page hints from jmc@ > display hints from sobrado@ > "i like it" cnst@, grange@ > ---------------------------- >
