Changeset 1724

Show
Ignore:
Timestamp:
09/22/06 09:22:09 (2 years ago)
Author:
proski
Message:

ath_stop_locked() must stop all VAPs even if the current VAP is stopped

Otherwise, an assertion is triggered in ath_vap_delete() if there is
more than one active VAP and ath_pci is unloaded.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ath/if_ath.c

    r1721 r1724  
    19831983                ath_beacon_free(sc);            /* XXX needed? */ 
    19841984        } 
     1985        else 
     1986                ieee80211_stop_running(ic);     /* stop other vap's */ 
     1987 
    19851988        if (sc->sc_softled) 
    19861989                ath_hal_gpioset(ah, sc->sc_ledpin, !sc->sc_ledon);