mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
staging: ks7010: cleanup file headers
Remove svn-ids and fix typos in the licence declaration. Add my copyright to the sdio code which I worked on mainly. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9adca34b7e
commit
c5d9a03031
@@ -1,9 +1,3 @@
|
||||
/*
|
||||
*
|
||||
* eap_packet.h
|
||||
* $Id: eap_packet.h 991 2009-09-14 01:38:58Z sekine $
|
||||
*
|
||||
*/
|
||||
#ifndef EAP_PACKET_H
|
||||
#define EAP_PACKET_H
|
||||
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
/*
|
||||
* Driver for KeyStream, KS7010 based SDIO cards.
|
||||
*
|
||||
* ks7010_sdio.c
|
||||
* $Id: ks7010_sdio.c 996 2009-09-14 02:54:21Z sekine $
|
||||
*
|
||||
* Copyright (C) 2006-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
* Copyright (C) 2016 Sang Engineering, Wolfram Sang
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/workqueue.h>
|
||||
|
||||
@@ -1,16 +1,12 @@
|
||||
/*
|
||||
*
|
||||
* Driver for KeyStream, KS7010 based SDIO cards.
|
||||
*
|
||||
* ks7010_sdio.h
|
||||
* $Id: ks7010_sdio.h 1019 2009-09-28 05:41:07Z sekine $
|
||||
*
|
||||
* Copyright (C) 2006-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
#ifndef _KS7010_SDIO_H
|
||||
#define _KS7010_SDIO_H
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
/*
|
||||
* Driver for KeyStream wireless LAN cards.
|
||||
*
|
||||
* ks_hostif.c
|
||||
* $Id: ks_hostif.c 996 2009-09-14 02:54:21Z sekine $
|
||||
*
|
||||
* Copyright (C) 2005-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "ks_wlan.h"
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
/*
|
||||
* Driver for KeyStream wireless LAN
|
||||
*
|
||||
* ks_hostif.h
|
||||
* $Id: ks_hostif.h 994 2009-09-14 01:51:16Z sekine $
|
||||
*
|
||||
* Copyright (c) 2005-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#ifndef _KS_HOSTIF_H_
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
/*
|
||||
* Driver for KeyStream IEEE802.11 b/g wireless LAN cards.
|
||||
*
|
||||
* ks_wlan.h
|
||||
* $Id: ks_wlan.h 994 2009-09-14 01:51:16Z sekine $
|
||||
*
|
||||
* Copyright (C) 2006-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#ifndef _KS_WLAN_H
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
/*
|
||||
* Driver for KeyStream 11b/g wireless LAN
|
||||
*
|
||||
* ks_wlan_ioctl.h
|
||||
* $Id: ks_wlan_ioctl.h 996 2009-09-14 02:54:21Z sekine $
|
||||
*
|
||||
* Copyright (c) 2005-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#ifndef _KS_WLAN_IOCTL_H
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
/*
|
||||
* Driver for KeyStream 11b/g wireless LAN
|
||||
*
|
||||
* ks_wlan_net.c
|
||||
* $Id: ks_wlan_net.c 1020 2009-09-28 05:48:31Z sekine $
|
||||
*
|
||||
* Copyright (C) 2005-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/version.h>
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
/*
|
||||
* Driver for KeyStream wireless LAN
|
||||
*
|
||||
* michael_mic.c
|
||||
* $Id: michael_mic.c 991 2009-09-14 01:38:58Z sekine $
|
||||
*
|
||||
* Copyright (C) 2005-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
/*
|
||||
* Driver for KeyStream wireless LAN
|
||||
*
|
||||
* michael_mic.h
|
||||
* $Id: michael_mic.h 991 2009-09-14 01:38:58Z sekine $
|
||||
*
|
||||
* Copyright (C) 2005-2008 KeyStream Corp.
|
||||
* Copyright (C) 2009 Renesas Technology Corp.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it undr the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Sotware Foundation.
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
/* MichelMIC routine define */
|
||||
|
||||
Reference in New Issue
Block a user