]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Staging: wlan-ng: Remove the now empty wlan_compat.h
authorMoritz Muehlenhoff <jmm@debian.org>
Mon, 9 Feb 2009 18:33:44 +0000 (19:33 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:53:23 +0000 (14:53 -0700)
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
14 files changed:
drivers/staging/wlan-ng/hfa384x_usb.c
drivers/staging/wlan-ng/p80211conv.c
drivers/staging/wlan-ng/p80211hdr.h
drivers/staging/wlan-ng/p80211meta.h
drivers/staging/wlan-ng/p80211mgmt.h
drivers/staging/wlan-ng/p80211msg.h
drivers/staging/wlan-ng/p80211netdev.c
drivers/staging/wlan-ng/p80211req.c
drivers/staging/wlan-ng/p80211types.h
drivers/staging/wlan-ng/p80211wep.c
drivers/staging/wlan-ng/p80211wext.c
drivers/staging/wlan-ng/prism2mgmt.c
drivers/staging/wlan-ng/prism2sta.c
drivers/staging/wlan-ng/wlan_compat.h [deleted file]

index dd1e1d949969d25d67758f767c4bd41b536c8961..b986a6f817a2c90680fd304e2391a0e96250d224 100644 (file)
 #include <linux/usb.h>
 #include <linux/byteorder/generic.h>
 
-#include "wlan_compat.h"
-
 #define SUBMIT_URB(u,f)  usb_submit_urb(u,f)
 
 /*================================================================*/
index 123cb9a2b31dec3fd9abe93fba8101101abea6c0..2abce0c3444435c927217de990553ad15ecd4ce5 100644 (file)
@@ -65,8 +65,6 @@
 
 #include <asm/byteorder.h>
 
-#include "wlan_compat.h"
-
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211conv.h"
index bf4737f66f10a7cb1471037ed994cf1fd8865faf..ded477517690979d3b7cbb0504c93e7ef5d10e8f 100644 (file)
@@ -68,9 +68,6 @@
 /*================================================================*/
 /* Project Includes */
 
-#ifndef  _WLAN_COMPAT_H
-#include "wlan_compat.h"
-#endif
 
 
 /*================================================================*/
index 9cd36dcc2de4324820cc3834168445fb2781f14c..2f3c9fc3358c4ec6945cf0f317111b6a503a0e86 100644 (file)
@@ -60,9 +60,6 @@
 /*================================================================*/
 /* Project Includes */
 
-#ifndef _WLAN_COMPAT_H
-#include "wlan_compat.h"
-#endif
 
 /*================================================================*/
 /* Types */
index da2de78ac3c36397b5442f1436ef76f861fa3f32..6235fe7f235c0235b22696426002d27c3ff5553f 100644 (file)
 /*================================================================*/
 /* Project Includes */
 
-#ifndef  _WLAN_COMPAT_H
-#include "wlan_compat.h"
-#endif
 
 #ifndef  _P80211HDR_H
 #include "p80211hdr.h"
index 42eb4c6f6cdd80726c1e2f514869c7f8fecf24f3..f15a5d921f3ceba1baceb06a91af5cba46d08702 100644 (file)
@@ -51,9 +51,6 @@
 /*================================================================*/
 /* Project Includes */
 
-#ifndef _WLAN_COMPAT_H
-#include "wlan_compat.h"
-#endif
 
 #define WLAN_DEVNAMELEN_MAX    16
 
index 0fc71710dd43a2632d25d98306ff42be0da52d9f..50fa8d6d6576a22705e216db24bbefaf2c7ffb31 100644 (file)
@@ -80,7 +80,6 @@
 /*================================================================*/
 /* Project Includes */
 
-#include "wlan_compat.h"
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211conv.h"
index fac235f6e5191c4e72cf9b5ccf6c592fecb62654..15ecba6e4693e10d2f0021dab6e47591ac9b61b7 100644 (file)
@@ -62,8 +62,6 @@
 #include <net/sock.h>
 #include <linux/netlink.h>
 
-#include "wlan_compat.h"
-
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211mgmt.h"
index f35ff3041b9c896ebce9f2e9036aeaaa8a08274c..a22437ceddca8db1f2ad6c9ae778f255aca3b536 100644 (file)
@@ -61,9 +61,6 @@
 /* Project Includes */
 /*================================================================*/
 
-#ifndef _WLAN_COMPAT_H
-#include "wlan_compat.h"
-#endif
 
 /*----------------------------------------------------------------*/
 /* The following constants are indexes into the Mib Category List */
index 51f3af84f9cbf50eec37b9201e8bf6d09195653e..405ce89e4e6e9a7a3701c176fd6cba527ffb4de4 100644 (file)
@@ -57,8 +57,6 @@
 #include <linux/random.h>
 #include <linux/kernel.h>
 
-#include "wlan_compat.h"
-
 // #define WEP_DEBUG
 
 /*================================================================*/
index 2d35093ba63be77582fdc0cec696fe07122fb5f5..96078b0ea6aae6f6e1103b14c9f1da956c2f1068 100644 (file)
@@ -57,8 +57,6 @@
 /*================================================================*/
 /* Project Includes */
 
-#include "wlan_compat.h"
-
 #include "p80211types.h"
 #include "p80211hdr.h"
 #include "p80211conv.h"
index 8a36c09694dadcf76a5a01c771427195b6493e83..7dce05de15310e62b56a23fe752de97144e42ce0 100644 (file)
@@ -73,8 +73,6 @@
 #include <linux/usb.h>
 #include <linux/bitops.h>
 
-#include "wlan_compat.h"
-
 /*================================================================*/
 /* Project Includes */
 
index c3ab31ef703af91edecaa932c5557bade1029523..fcafed975aa2dddb74a44884ae9646bc1a5dd1a1 100644 (file)
@@ -71,8 +71,6 @@
 #include <linux/if_ether.h>
 #include <linux/bitops.h>
 
-#include "wlan_compat.h"
-
 /*================================================================*/
 /* Project Includes */
 
diff --git a/drivers/staging/wlan-ng/wlan_compat.h b/drivers/staging/wlan-ng/wlan_compat.h
deleted file mode 100644 (file)
index 9867bc4..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-/* wlan_compat.h
-*
-* Types and macros to aid in portability
-*
-* Copyright (C) 1999 AbsoluteValue Systems, Inc.  All Rights Reserved.
-* --------------------------------------------------------------------
-*
-* linux-wlan
-*
-*   The contents of this file are subject to the Mozilla Public
-*   License Version 1.1 (the "License"); you may not use this file
-*   except in compliance with the License. You may obtain a copy of
-*   the License at http://www.mozilla.org/MPL/
-*
-*   Software distributed under the License is distributed on an "AS
-*   IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-*   implied. See the License for the specific language governing
-*   rights and limitations under the License.
-*
-*   Alternatively, the contents of this file may be used under the
-*   terms of the GNU Public License version 2 (the "GPL"), in which
-*   case the provisions of the GPL are applicable instead of the
-*   above.  If you wish to allow the use of your version of this file
-*   only under the terms of the GPL and not to allow others to use
-*   your version of this file under the MPL, indicate your decision
-*   by deleting the provisions above and replace them with the notice
-*   and other provisions required by the GPL.  If you do not delete
-*   the provisions above, a recipient may use your version of this
-*   file under either the MPL or the GPL.
-*
-* --------------------------------------------------------------------
-*
-* Inquiries regarding the linux-wlan Open Source project can be
-* made directly to:
-*
-* AbsoluteValue Systems Inc.
-* info@linux-wlan.com
-* http://www.linux-wlan.com
-*
-* --------------------------------------------------------------------
-*
-* Portions of the development of this software were funded by
-* Intersil Corporation as part of PRISM(R) chipset product development.
-*
-* --------------------------------------------------------------------
-*/
-
-#ifndef _WLAN_COMPAT_H
-#define _WLAN_COMPAT_H
-
-#endif /* _WLAN_COMPAT_H */