staging: vt6655: mac remove dead variable TxRate_iwconfig

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Malcolm Priestley 2014-11-05 21:08:49 +00:00 committed by Greg Kroah-Hartman
parent 1d87ba3bcc
commit 5116d9fcf1
2 changed files with 0 additions and 2 deletions

View file

@ -71,7 +71,6 @@
#include "tmacro.h"
#include "mac.h"
unsigned short TxRate_iwconfig;//2008-5-8 <add> by chester
/*--------------------- Static Classes ----------------------------*/
/*--------------------- Static Variables --------------------------*/

View file

@ -970,7 +970,6 @@ do { \
/*--------------------- Export Functions --------------------------*/
extern unsigned short TxRate_iwconfig;//2008-5-8 <add> by chester
void MACvReadAllRegs(void __iomem *dwIoBase, unsigned char *pbyMacRegs);
bool MACbIsRegBitsOn(void __iomem *dwIoBase, unsigned char byRegOfs, unsigned char byTestBits);