28 Nov, 2017

2 commits

  • Now that the SPDX tag is in all vt6656 files, that identifies the
    license in a specific and legally-defined manner. So the extra GPL text
    wording can be removed as it is no longer needed at all.

    This is done on a quest to remove the 700+ different ways that files in
    the kernel describe the GPL license text. And there's unneeded stuff
    like the address (sometimes incorrect) for the FSF which is never
    needed.

    No copyright headers or other non-license-description text was removed.

    Cc: Forest Bond
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     
  • It's good to have SPDX identifiers in all files to make it easier to
    audit the kernel tree for correct licenses.

    Update the vt6656 driver files with the correct SPDX license identifier
    based on the license text in the file itself. The SPDX identifier is a
    legally binding shorthand, which can be used instead of the full boiler
    plate text.

    This work is based on a script and data from Thomas Gleixner, Philippe
    Ombredanne, and Kate Stewart.

    Cc: Forest Bond
    Cc: Thomas Gleixner
    Cc: Kate Stewart
    Cc: Philippe Ombredanne
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     

12 Apr, 2016

1 commit

  • This enum is already perfectly aliased to enum nl80211_band, and
    the only reason for it is that we get IEEE80211_NUM_BANDS out of
    it. There's no really good reason to not declare the number of
    bands in nl80211 though, so do that and remove the cfg80211 one.

    Signed-off-by: Johannes Berg

    Johannes Berg
     

20 Nov, 2015

1 commit


22 Jul, 2014

1 commit


16 Jul, 2014

1 commit


12 Jul, 2014

1 commit


27 Jun, 2014

4 commits


26 Nov, 2013

1 commit


26 Sep, 2013

1 commit

  • The variables bMultiBand and bKeyTableFull are only assigned the
    values true and false. Change its type to bool.

    The simplified semantic patch that find this problem is as
    follows (http://coccinelle.lip6.fr/):

    @exists@
    type T;
    identifier b;
    @@
    - T
    + bool
    b = ...;
    ... when any
    b = \(true\|false\)

    Signed-off-by: Peter Senna Tschudin
    Signed-off-by: Greg Kroah-Hartman

    Peter Senna Tschudin
     

29 Mar, 2013

1 commit


27 Mar, 2013

1 commit


26 Mar, 2013

1 commit


12 Mar, 2013

1 commit


16 Feb, 2013

3 commits


08 Jan, 2013

1 commit


10 Jul, 2012

1 commit


17 Sep, 2010

2 commits


09 Sep, 2010

1 commit


19 Jun, 2010

1 commit


19 May, 2010

2 commits


12 May, 2010

3 commits


12 Dec, 2009

1 commit


16 Sep, 2009

3 commits