Commit d54435d3 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: dead code remove tether.h

parent d853ce22
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@
 */

#include "tmacro.h"
#include "tether.h"
#include "mac.h"
#include "baseband.h"
#include "srom.h"
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#define __BASEBAND_H__

#include "ttype.h"
#include "tether.h"
#include "device.h"

/*
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include <linux/mm.h>
#include "linux/ieee80211.h"
#include "ttype.h"
#include "tether.h"

#define B_OWNED_BY_CHIP     1
#define B_OWNED_BY_HOST     0
+0 −3
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@
#include "device_cfg.h"
#include "ttype.h"
#include "80211hdr.h"
#include "tether.h"
#include "wmgr.h"
#include "mib.h"
#include "srom.h"
@@ -633,8 +632,6 @@ struct vnt_private {
	unsigned long uNumSQ3[MAX_RATE];
	unsigned short wAntDiversityMaxRate;

	SEthernetHeader         sTxEthHeader;
	SEthernetHeader         sRxEthHeader;
	unsigned char abyBroadcastAddr[ETH_ALEN];
	unsigned char abySNAP_RFC1042[ETH_ALEN];
	unsigned char abySNAP_Bridgetunnel[ETH_ALEN];
+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@
#include "channel.h"
#include "baseband.h"
#include "mac.h"
#include "tether.h"
#include "wmgr.h"
#include "power.h"
#include "iocmd.h"
Loading