staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_info
[deliverable/linux.git] / drivers / staging / vt6656 / bssdb.h
index fc418555bc4d983dcc98a3776440ea86374dabe1..8b28ef6bd98fa2585995eb184982d7a7b5514860 100644 (file)
@@ -264,8 +264,7 @@ void BSSvUpdateAPNode(struct vnt_private *, u16 *pwCapInfo,
 
 void BSSvSecondCallBack(struct work_struct *work);
 
-void BSSvUpdateNodeTxCounter(struct vnt_private *, PSStatCounter pStatistic,
-       u8 byTSR, u8 byPktNO);
+void BSSvUpdateNodeTxCounter(struct vnt_private *, u8 byTSR, u8 byPktNO);
 
 void BSSvRemoveOneNode(struct vnt_private *, u32 uNodeIndex);
 
This page took 0.028677 seconds and 5 git commands to generate.