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

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
This diff is collapsed.
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment