21 Aug, 2019

1 commit

  • he_spr_ie_elem is dereferenced before the NULL check. fix this by moving
    the assignment after the check.

    fixes commit 697f6c507c74 ("mac80211: propagate HE operation info into
    bss_conf")

    This was reported by the static code checker.

    Reported-by: Dan Carpenter
    Signed-off-by: John Crispin
    Link: https://lore.kernel.org/r/20190813070712.25509-1-john@phrozen.org
    Signed-off-by: Johannes Berg

    John Crispin
     

31 Jul, 2019

1 commit


29 Jul, 2019

1 commit

  • Upon a successful assoc a station shall store the content of the HE
    operation element inside bss_conf so that the driver can setup the
    hardware accordingly.

    Signed-off-by: Shashidhar Lakkavalli
    Signed-off-by: John Crispin
    Signed-off-by: Kalle Valo
    Link: https://lore.kernel.org/r/20190729102342.8659-2-john@phrozen.org
    [use struct copy]
    Signed-off-by: Johannes Berg

    John Crispin
     

19 Jun, 2019

1 commit

  • Based on 2 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation

    this program is free software you can redistribute it and or modify
    it under the terms of the gnu general public license version 2 as
    published by the free software foundation #

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 4122 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Enrico Weigelt
    Reviewed-by: Kate Stewart
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190604081206.933168790@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

19 Jun, 2018

1 commit

  • Add support for HE in mac80211 conforming with P802.11ax_D1.4.

    Johannes: Fix another bug with the buf_size comparison in agg-rx.c.

    Signed-off-by: Liad Kaufman
    Signed-off-by: Johannes Berg
    Signed-off-by: Ilan Peer
    Signed-off-by: Ido Yariv
    Signed-off-by: Luca Coelho
    Signed-off-by: Johannes Berg

    Luca Coelho