commit b3c184a74e065df8b893d5bd7c67f6eb79b84374 Author: Jiri Slaby Date: Sun Jul 15 21:51:37 2007 +0200 don't ath_stop_hw at detach diff --git a/ath.c b/ath.c index e6c38a8..0898711 100644 --- a/ath.c +++ b/ath.c @@ -1767,7 +1767,6 @@ static void ath_detach(struct pci_dev *pdev, struct ieee80211_hw *hw) { struct ath_softc *sc = hw->priv; - ath_stop_hw(sc); /* XXX needed? */ /* * NB: the order of these is important: * o call the 802.11 layer before detaching the hal to