]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/winbond/mto.c
Staging: w35und: typedef removal
[linux-2.6-omap-h63xx.git] / drivers / staging / winbond / mto.c
index 8c4107b56b753a946ff8fe485b87eddaf1f236f5..a962fddaa22bf4d6ae4b01e1b752ea5c7e4f9b61 100644 (file)
@@ -51,12 +51,6 @@ static int retryrate_rec[MTO_MAX_DATA_RATE_LEVELS];//this record the retry rate
 static int PeriodTotalTxPkt = 0;
 static int PeriodTotalTxPktRetry = 0;
 
-typedef struct
-{
-       s32 RSSI;
-       u8  TxRate;
-}RSSI2RATE;
-
 static u8 boSparseTxTraffic = false;
 
 void MTO_Init(MTO_FUNC_INPUT);