Searched refs:chan_work (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dvirtual.c302 struct ath_softc *sc = container_of(work, struct ath_softc, chan_work);
361 &aphy->sc->chan_work);
373 ieee80211_queue_work(sc->hw, &sc->chan_work);
520 &aphy->sc->chan_work);
539 ieee80211_queue_work(aphy->sc->hw, &aphy->sc->chan_work);
H A Dath9k.h547 struct work_struct chan_work; member in struct:ath_softc
H A Dinit.c738 INIT_WORK(&sc->chan_work, ath9k_wiphy_chan_work);
H A Dmain.c1319 cancel_work_sync(&sc->chan_work);

Completed in 129 milliseconds