staging: wlan-ng: Remove filenames from files

Fix checkpatch warnings about having filenames in the files.

Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>
Link: https://lore.kernel.org/r/20210828195324.68-1-aldas60@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Aldas Taraškevičius 2021-08-28 22:53:24 +03:00 committed by Greg Kroah-Hartman
parent 791e3b6add
commit 8ffd91d9e8
18 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* hfa384x.h
/*
*
* Defines the constants and data structures for the hfa384x
*

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/hfa384x_usb.c
/*
*
* Functions that talk to the USB variant of the Intersil hfa384x MAC
*

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211conv.c
/*
*
* Ether/802.11 conversions and packet buffer routines
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211conv.h
/*
*
* Ether/802.11 conversions and packet buffer routines
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211hdr.h
/*
*
* Macros, types, and functions for handling 802.11 MAC headers
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211ioctl.h
/*
*
* Declares constants and types for the p80211 ioctls
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211mgmt.h
/*
*
* Macros, types, and functions to handle 802.11 mgmt frames
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211msg.h
/*
*
* Macros, constants, types, and funcs for req and ind messages
*

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211knetdev.c
/*
*
* Linux Kernel net device interface
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211netdev.h
/*
*
* WLAN net device structure and functions
*

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211req.c
/*
*
* Request/Indication/MacMgmt interface handling functions
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211req.h
/*
*
* Request handling functions
*

View file

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/*
* p80211types.h
*
*
* Macros, constants, types, and funcs for p80211 data types
*

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211wep.c
/*
*
* WEP encode/decode for P80211.
*

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2mgmt.c
/*
*
* Management request handler functions.
*

View file

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* prism2mgmt.h
/*
*
* Declares the mgmt command handler functions
*

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2mib.c
/*
*
* Management request for mibset/mibget
*

View file

@ -1,5 +1,5 @@
// SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/prism2/driver/prism2sta.c
/*
*
* Implements the station functionality for prism2
*