Commit f7056d33 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

staging: wlan-ng: add SPDX identifiers to all wlan-ng driver files

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

Update the wlan-ng 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: Thomas Gleixner <tglx@linutronix.de>
Cc: Kate Stewart <kstewart@linuxfoundation.org>
Cc: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 903ac63f
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* hfa384x.h /* hfa384x.h
* *
* Defines the constants and data structures for the hfa384x * Defines the constants and data structures for the hfa384x
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/hfa384x_usb.c /* src/prism2/driver/hfa384x_usb.c
* *
* Functions that talk to the USB variantof the Intersil hfa384x MAC * Functions that talk to the USB variantof the Intersil hfa384x MAC
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211conv.c /* src/p80211/p80211conv.c
* *
* Ether/802.11 conversions and packet buffer routines * Ether/802.11 conversions and packet buffer routines
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211conv.h /* p80211conv.h
* *
* Ether/802.11 conversions and packet buffer routines * Ether/802.11 conversions and packet buffer routines
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211hdr.h /* p80211hdr.h
* *
* Macros, types, and functions for handling 802.11 MAC headers * Macros, types, and functions for handling 802.11 MAC headers
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211ioctl.h /* p80211ioctl.h
* *
* Declares constants and types for the p80211 ioctls * Declares constants and types for the p80211 ioctls
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY. /* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY.
* -------------------------------------------------------------------- * --------------------------------------------------------------------
* *
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY. /* This file is GENERATED AUTOMATICALLY. DO NOT EDIT OR MODIFY.
* -------------------------------------------------------------------- * --------------------------------------------------------------------
* *
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211mgmt.h /* p80211mgmt.h
* *
* Macros, types, and functions to handle 802.11 mgmt frames * Macros, types, and functions to handle 802.11 mgmt frames
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211msg.h /* p80211msg.h
* *
* Macros, constants, types, and funcs for req and ind messages * Macros, constants, types, and funcs for req and ind messages
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211knetdev.c /* src/p80211/p80211knetdev.c
* *
* Linux Kernel net device interface * Linux Kernel net device interface
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211netdev.h /* p80211netdev.h
* *
* WLAN net device structure and functions * WLAN net device structure and functions
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211req.c /* src/p80211/p80211req.c
* *
* Request/Indication/MacMgmt interface handling functions * Request/Indication/MacMgmt interface handling functions
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* p80211req.h /* p80211req.h
* *
* Request handling functions * Request handling functions
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* /*
* p80211types.h * p80211types.h
* *
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211wep.c /* src/p80211/p80211wep.c
* *
* WEP encode/decode for P80211. * WEP encode/decode for P80211.
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* from src/prism2/download/prism2dl.c /* from src/prism2/download/prism2dl.c
* *
* utility for downloading prism2 images moved into kernelspace * utility for downloading prism2 images moved into kernelspace
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2mgmt.c /* src/prism2/driver/prism2mgmt.c
* *
* Management request handler functions. * Management request handler functions.
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* prism2mgmt.h /* prism2mgmt.h
* *
* Declares the mgmt command handler functions * Declares the mgmt command handler functions
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2mib.c /* src/prism2/driver/prism2mib.c
* *
* Management request for mibset/mibget * Management request for mibset/mibget
......
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2sta.c /* src/prism2/driver/prism2sta.c
* *
* Implements the station functionality for prism2 * Implements the station functionality for prism2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment