Project : madwifi
Revision : 2165
Author : mentor (Matthew W. S. Bell)
Date : 2007-02-28 16:45:18 +0100 (Wed, 28 Feb 2007)
Log Message :
Pointless whitespace changes.
Affected Files:
* trunk/ath/if_ath.c updated
Modified: trunk/ath/if_ath.c
===================================================================
--- trunk/ath/if_ath.c 2007-02-28 05:42:56 UTC (rev 2164)
+++ trunk/ath/if_ath.c 2007-02-28 15:45:18 UTC (rev 2165)
@@ -1921,9 +1921,7 @@
error = -EIO;
goto done;
}
- /*
- * Enable interrupts.
- */
+ /* Enable interrupts. */
sc->sc_imask = HAL_INT_RX | HAL_INT_TX
| HAL_INT_RXEOL | HAL_INT_RXORN
| HAL_INT_FATAL | HAL_INT_GLOBAL;
@@ -1987,7 +1985,7 @@
if (sc->sc_tx99 != NULL)
sc->sc_tx99->stop(sc->sc_tx99);
#endif
- netif_stop_queue(dev); /* XXX re-enabled by ath_newstate */
+ netif_stop_queue(dev); /* XXX re-enabled by
ath_newstate */
dev->flags &= ~IFF_RUNNING; /* NB: avoid recursion */
ieee80211_stop_running(ic); /* stop all VAPs */
if (!sc->sc_invalid) {
@@ -2006,8 +2004,7 @@
} else
sc->sc_rxlink = NULL;
ath_beacon_free(sc); /* XXX needed? */
- }
- else
+ } else
ieee80211_stop_running(ic); /* stop other VAPs */
if (sc->sc_softled)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|