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) */ /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* hfa384x.h /*
* *
* Defines the constants and data structures for the hfa384x * 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) // 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 * 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) // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211conv.c /*
* *
* Ether/802.11 conversions and packet buffer routines * Ether/802.11 conversions and packet buffer routines
* *

View File

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

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */ /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211hdr.h /*
* *
* Macros, types, and functions for handling 802.11 MAC headers * 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) */ /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211ioctl.h /*
* *
* Declares constants and types for the p80211 ioctls * Declares constants and types for the p80211 ioctls
* *

View File

@ -1,5 +1,5 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */ /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211mgmt.h /*
* *
* Macros, types, and functions to handle 802.11 mgmt frames * 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) */ /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* p80211msg.h /*
* *
* Macros, constants, types, and funcs for req and ind messages * 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) // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211knetdev.c /*
* *
* Linux Kernel net device interface * Linux Kernel net device interface
* *

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
/* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */ /* SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) */
/* /*
* p80211types.h *
* *
* Macros, constants, types, and funcs for p80211 data types * 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) // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1)
/* src/p80211/p80211wep.c /*
* *
* WEP encode/decode for P80211. * WEP encode/decode for P80211.
* *

View File

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

View File

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

View File

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

View File

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