Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248985
b: refs/heads/master
c: 1fec95c
h: refs/heads/master
i:
  248983: 31cba48
v: v3
  • Loading branch information
Jonathan Neuschäfer authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent c5c44e0 commit 98193c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7441729769927b424afa762fd4284f2d5eea78f0
refs/heads/master: 1fec95c503bea25665e5d62221016255a20f2c02
10 changes: 0 additions & 10 deletions trunk/drivers/staging/winbond/mto.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,9 @@ static u8 MTO_Data_Rate_Tbl[MTO_MAX_DATA_RATE_LEVELS] = {
2, 4, 11, 22, 12, 18, 24, 36, 48, 72, 96, 108
};

static int TotalTxPkt;
static int TotalTxPktRetry;
/* this record the retry rate at different data rate */
static int retryrate_rec[MTO_MAX_DATA_RATE_LEVELS];

static int PeriodTotalTxPkt;
static int PeriodTotalTxPktRetry;

static u8 boSparseTxTraffic;

void MTO_Init(struct wbsoft_priv *adapter);
Expand Down Expand Up @@ -174,9 +169,4 @@ void MTO_SetTxCount(struct wbsoft_priv *adapter, u8 tx_rate, u8 index)
MTO_HAL()->dto_tx_retry_count += index;
MTO_HAL()->dto_tx_frag_count += (index + 1);
}
TotalTxPkt++;
TotalTxPktRetry += (index + 1);

PeriodTotalTxPkt++;
PeriodTotalTxPktRetry += (index + 1);
}

0 comments on commit 98193c1

Please sign in to comment.