Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304381
b: refs/heads/master
c: f7738ed
h: refs/heads/master
i:
  304379: 5c0a58f
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Apr 18, 2012
1 parent bed2761 commit bb079ec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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: ed2cb4f3b5ed96e4d10e054f981bbe58d0e3508e
refs/heads/master: f7738eda211091d8caf612b2bc1bac2fb52e48c6
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192u/r8192U.h
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ typedef struct Stats
// unsigned long rxnopointer;
unsigned long rxok;
unsigned long rxframgment;
unsigned long rxcmdpkt[4]; //08/05/08 amy rx cmd element txfeedback/bcn report/cfg set/query
unsigned long rxurberr;
unsigned long rxstaterr;
unsigned long received_rate_histogram[4][32]; //0: Total, 1:OK, 2:CRC, 3:ICV, 2007 07 03 cosa
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/rtl8192u/r819xU_cmdpkt.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ cmpk_message_handle_rx(
struct ieee80211_rx_stats *pstats)
{
// u32 debug_level = DBG_LOUD;
struct r8192_priv *priv = ieee80211_priv(dev);
int total_length;
u8 cmd_length, exe_cnt = 0;
u8 element_id;
Expand Down Expand Up @@ -779,9 +778,6 @@ cmpk_message_handle_rx(
// 2007/01/22 MH Add to display tx statistic.
//cmpk_DisplayTxStatistic(pAdapter);

/* 2007/03/09 MH Collect sidderent cmd element pkt num. */
priv->stats.rxcmdpkt[element_id]++;

total_length -= cmd_length;
pcmd_buff += cmd_length;
} /* while (total_length > 0) */
Expand Down

0 comments on commit bb079ec

Please sign in to comment.