Index | Thread | Search

From:
"Theo de Raadt" <deraadt@openbsd.org>
Subject:
Re: sys/ieee80211: support of uAPSD; sys/iwx: enable uAPSD when supported by AP
To:
kn@openbsd.org, tech@openbsd.org
Date:
Mon, 06 Apr 2026 09:37:56 -0600

Download raw body.

Thread
  • Kirill A. Korinsky:

    sys/ieee80211: support of uAPSD; sys/iwx: enable uAPSD when supported by AP

  • Kirill A. Korinsky <kirill@korins.ky> wrote:
    
    > On Mon, 06 Apr 2026 08:32:27 +0200,
    > Klemens Nanni <kn@openbsd.org> wrote:
    > > 
    > > It may not be that much on its own, but changes accumulate and this is
    > > one of the things certainly not needed in ramdisks.
    > > 
    > 
    > Whe we can cut of all power managment support from wifi drivers for RAMDISK.
    > 
    > I'll do it as soon as all my local patches are commited, to avoid mess.
    
    The space requirements are really on the install floppies.
    
    The idea is that, as a whole, we don't bloat the kernel.  That we maintain
    some sort of discipline with keeping the regular kernel code small.
    
    Occasionally bloat causes us other problems, so trying to shrink the
    main code helps.
    
    But the iwx driver isn't usually on the smallest RAMDISK* images.
    
    
    
    
    
    
  • Kirill A. Korinsky:

    sys/ieee80211: support of uAPSD; sys/iwx: enable uAPSD when supported by AP