Re: [ADOPTION] A-MPDU EOF bit

Johannes Berg <[email protected]> Mon, 18 Jun 2018 15:59:48 +0200
Newsgroups org.netbsd.radiotap
Message-ID <[email protected]>
On Tue, 2018-02-20 at 10:29 +0100, Johannes Berg wrote:
> On Fri, 2018-01-26 at 11:50 +0100, Johannes Berg wrote:
> > Hi all,
> > 
> > As previously mentioned, here's my RFA for the EOF bit in the A-MPDU
> > field.
> > 
> > For HE in particular, we need to be able to capture the EOF bit in an
> > A-MPDU, but it also applies in VHT where single frames are really A-
> > MPDUs with just a single frame inside.
> > 
> > The change to make is the following:
> > 
> >  | **0x0010** | delimiter CRC error |
> >  | **0x0020** | delimiter CRC value known: the delimiter CRC value field is valid |
> > -| **0xffc0** | reserved |
> > +| **0x0040** | EOF value |
> > +| **0x0080** | EOF value known |
> > +| **0xff00** | reserved |
> > 
> > 
> > I have a patch to implement it in a generator here:
> > https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git/commit/?id=55269b3861b4fbe21fdc6d7392cbe9c5bef98374
> > (I'll follow up with a driver patch, we have it but not pushed out yet)
> > 
> > Richard has a change for wireshark here:
> > https://code.wireshark.org/review/#/c/25472/
> > 
> > 
> > Hereby starting the 3-week discussion period :-)
> 
> Reminder - going to adopt next week.

Forgot this also, but pushed it now ...

johannes