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

Commit 9cf66a95 authored by Adam Rall's avatar Adam Rall Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8187se: fixed coding style issues



Fixed checkpatch.pl errors in r8180_dm.c.

Signed-off-by: default avatarAdam Rall <adam.rall4@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e72f8762
Loading
Loading
Loading
Loading
+39 −41
Original line number Diff line number Diff line
@@ -577,8 +577,7 @@ void StaRateAdaptive87SE(struct net_device *dev)

		if (bTryDown && (CurrSignalStrength < -75)) /* cable link */
			priv->TryDownCountLowData += TryDownTh;
	}
	else if (priv->CurrentOperaRate == 96) {
	} else if (priv->CurrentOperaRate == 96) {
		/* 2For 48Mbps */
		/* Air Link */
		if (((CurrRetryRate > 48) && (priv->LastRetryRate > 47))) {
@@ -641,8 +640,7 @@ void StaRateAdaptive87SE(struct net_device *dev)
		/* 2For 11Mbps */
		if (CurrRetryRate > 95) {
			bTryDown = true;
		}
		else if ((CurrRetryRate < 29) && (priv->LastRetryRate < 30)) { /*TO DO: need to consider (RSSI) */
		} else if ((CurrRetryRate < 29) && (priv->LastRetryRate < 30)) { /*TO DO: need to consider (RSSI) */
			bTryUp = true;
		}
	} else if (priv->CurrentOperaRate == 11) {