Staging: rtl8192e: Remove unused statistics
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
c282f2e345
commit
356955aefd
@ -478,7 +478,6 @@ typedef struct Stats
|
||||
{
|
||||
unsigned long rxrdu;
|
||||
unsigned long rxok;
|
||||
unsigned long rxcmdpkt[4]; //08/05/08 amy rx cmd element txfeedback/bcn report/cfg set/query
|
||||
unsigned long received_rate_histogram[4][32]; //0: Total, 1:OK, 2:CRC, 3:ICV, 2007 07 03 cosa
|
||||
unsigned long rxoverflow;
|
||||
unsigned long rxint;
|
||||
|
@ -440,7 +440,6 @@ cmpk_handle_tx_rate_history(
|
||||
u32 cmpk_message_handle_rx(struct net_device *dev, 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;
|
||||
@ -529,14 +528,6 @@ u32 cmpk_message_handle_rx(struct net_device *dev, struct ieee80211_rx_stats *ps
|
||||
RT_TRACE(COMP_EVENTS, "---->cmpk_message_handle_rx():unknown CMD Element\n");
|
||||
return 1; /* This is a command packet. */
|
||||
}
|
||||
// 2007/01/22 MH Display received rx command packet info.
|
||||
//cmpk_Display_Message(cmd_length, pcmd_buff);
|
||||
|
||||
// 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;
|
||||
|
Loading…
Reference in New Issue
Block a user