staging: rtl8192e: Delete commented out code
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
dc04b462dd
commit
318f591f08
@@ -189,21 +189,6 @@ void dm_CheckRxAggregation(struct net_device *dev) {
|
||||
unsigned long curTxOkCnt = 0;
|
||||
unsigned long curRxOkCnt = 0;
|
||||
|
||||
/*
|
||||
if (pHalData->bForcedUsbRxAggr) {
|
||||
if (pHalData->ForcedUsbRxAggrInfo == 0) {
|
||||
if (pHalData->bCurrentRxAggrEnable) {
|
||||
Adapter->HalFunc.HalUsbRxAggrHandler(Adapter, FALSE);
|
||||
}
|
||||
} else {
|
||||
if (!pHalData->bCurrentRxAggrEnable || (pHalData->ForcedUsbRxAggrInfo != pHalData->LastUsbRxAggrInfoSetting)) {
|
||||
Adapter->HalFunc.HalUsbRxAggrHandler(Adapter, TRUE);
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
*/
|
||||
curTxOkCnt = priv->stats.txbytesunicast - lastTxOkCnt;
|
||||
curRxOkCnt = priv->stats.rxbytesunicast - lastRxOkCnt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user