commit 31ba44286359464c6cb2bd32119d486353561944 Author: Jiri Slaby Date: Sat Aug 4 22:26:29 2007 +0200 remove beacon_free commented line diff --git a/ath5k_base.c b/ath5k_base.c index f74f5e3..5b3ea0e 100644 --- a/ath5k_base.c +++ b/ath5k_base.c @@ -1012,7 +1012,6 @@ static int ath_stop_locked(struct ath_softc *sc) ath5k_hw_phy_disable(ah); } else sc->rxlink = NULL; -// ath_beacon_free(sc); return 0; }