01 Nov, 2011

1 commit


16 Oct, 2010

1 commit

  • There's a bug with radiotap vendor namespace
    parsing if you don't register for the given
    namespace extensions. Fix this by passing
    only the unknown vendor namespaces and the
    registered data to frontends, but not both.

    Signed-off-by: Johannes Berg
    Signed-off-by: John W. Linville

    Johannes Berg
     

15 Sep, 2010

1 commit


09 Feb, 2010

1 commit

  • Upstream radiotap has adopted the namespace
    proposal David Young made and I then took care
    of, for which I had adapted the radiotap parser
    as a library outside the kernel. This brings
    the in-kernel parser up to speed.

    Signed-off-by: Johannes Berg
    Signed-off-by: John W. Linville

    Johannes Berg
     

15 May, 2008

1 commit


11 Oct, 2007

1 commit


13 Jul, 2007

1 commit

  • Generic code to walk through the fields in a radiotap header, accounting
    for nasties like extended "field present" bitfields and alignment rules

    Signed-off-by: Andy Green
    Signed-off-by: Jiri Benc
    Signed-off-by: John W. Linville

    Andy Green