04 Oct, 2011

1 commit


29 Jan, 2011

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
     

31 Oct, 2009

1 commit

  • In

    commit 601ae7f25aea58f208a7f640f6174aac0652403a
    Author: Bruno Randolf
    Date: Thu May 8 19:22:43 2008 +0200

    mac80211: make rx radiotap header more flexible

    code was added that tried to align the radiotap header
    position in memory based on the radiotap header length.
    Quite obviously, that is completely useless.

    Instead of trying to do that, use unaligned accesses
    to generate the radiotap header. To properly do that,
    we also need to mark struct ieee80211_radiotap_header
    packed, but that is fine since it's already packed
    (and it should be marked packed anyway since its a
    wire format).

    Cc: Bruno Randolf
    Signed-off-by: Johannes Berg
    Signed-off-by: John W. Linville

    Johannes Berg
     

28 Mar, 2009

1 commit

  • Radiotap was updated to include a "bad PLCP" flag and standardise
    the "bad FCS" flag in the "flags" rather than "RX flags" field,
    this patch updates Linux to that standard.

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

    Johannes Berg
     

05 Dec, 2008

1 commit


26 Jul, 2008

1 commit


11 Oct, 2007

2 commits


28 Apr, 2007

3 commits


22 Sep, 2005

1 commit

  • tree 383c59b2516a61f2683f02dfebbed0caf6ee5dc3
    parent a04948f63fd96c4b875a43f78afad1a0874cc441
    author Mike Kershaw 1124447833 -0500
    committer James Ketrenos 1127313883 -0500

    Added ieee80211_radiotap.h to enhance statistic reporting to user space
    from wireless drivers.

    Signed-off-by: Mike Kershaw
    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos