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:
parent
1d87ba3bcc
commit
5116d9fcf1
|
@ -71,7 +71,6 @@
|
|||
#include "tmacro.h"
|
||||
#include "mac.h"
|
||||
|
||||
unsigned short TxRate_iwconfig;//2008-5-8 <add> by chester
|
||||
/*--------------------- Static Classes ----------------------------*/
|
||||
|
||||
/*--------------------- Static Variables --------------------------*/
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue