Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

staging: vt6656: decode remove tether.c/h

parent e1aec72d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@

#include "device.h"
#include "tmacro.h"
#include "tether.h"
#include "80211mgr.h"
#include "80211hdr.h"

+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ vt6656_stage-y += main_usb.o \
			dpc.o \
			power.o \
			datarate.o \
			tether.o \
			key.o \
			rf.o \
			usbpipe.o \
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@
 */

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

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

#define PREAMBLE_LONG   0
+0 −2
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@
#include <linux/types.h>
#include <linux/mm.h>

#include "tether.h"

/* max transmit or receive buffer size */
#define CB_MAX_BUF_SIZE     2900U       /* NOTE: must be multiple of 4 */

Loading