Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e4786d1 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: Remove call to STAvUpdateIsrStatCounter.



This function does not provide any data to users.

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 19327367
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -286,8 +286,6 @@ struct vnt_private {
	unsigned char abyCurrentNetAddr[ETH_ALEN]; __aligned(2)
	bool bLinkPass;          /* link status: OK or fail */

	/* Adapter statistics */
	SStatCounter                scStatistic;
	/* 802.11 counter */
	SDot11Counters              s802_11Counter;

+0 −1
Original line number Diff line number Diff line
@@ -1100,7 +1100,6 @@ static irqreturn_t device_intr(int irq, void *dev_instance)
	 * update ISR counter
	 */
	while (pDevice->dwIsr && pDevice->vif) {
		STAvUpdateIsrStatCounter(&pDevice->scStatistic, pDevice->dwIsr);
		MACvWriteISR(pDevice->PortOffset, pDevice->dwIsr);

		if (pDevice->dwIsr & ISR_FETALERR) {