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

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

staging: vt6655: dead code remove zones and channel table elements



emply functions will be deleted later

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f4cf678f
Loading
Loading
Loading
Loading
+2 −603

File changed.

Preview size limit exceeded, changes collapsed.

+0 −8
Original line number Diff line number Diff line
@@ -26,17 +26,9 @@
#include "ttype.h"
#include "card.h"

typedef struct tagSChannelTblElement {
	unsigned char byChannelNumber;
	unsigned int uFrequency;
	bool bValid;
	unsigned char byMAP;
} SChannelTblElement, *PSChannelTblElement;

void vnt_init_bands(struct vnt_private *);

bool is_channel_valid(unsigned int CountryCode);
void init_channel_table(void *pDeviceHandler);
unsigned char get_channel_mapping(void *pDeviceHandler, unsigned char byChannelNumber, CARD_PHY_TYPE ePhyType);
bool channel_get_list(unsigned int uCountryCodeIdx, unsigned char *pbyChannelTable);
unsigned char get_channel_number(void *pDeviceHandler, unsigned char byChannelIndex);