From: Sujith Manoharan Date: Thu, 2 Oct 2014 01:03:12 +0000 (+0530) Subject: ath9k: Print RoC expiration X-Git-Tag: v3.18-rc1~115^2~39^2~10 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4b60af4ab4363bd79eeba94bb6bed396cf2aaf62;p=~emulex%2Finfiniband.git ath9k: Print RoC expiration Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/channel.c b/drivers/net/wireless/ath/ath9k/channel.c index b93f83cc0b9..d088f06df2e 100644 --- a/drivers/net/wireless/ath/ath9k/channel.c +++ b/drivers/net/wireless/ath/ath9k/channel.c @@ -761,6 +761,13 @@ void ath_offchannel_next(struct ath_softc *sc) void ath_roc_complete(struct ath_softc *sc, bool abort) { + struct ath_common *common = ath9k_hw_common(sc->sc_ah); + + if (abort) + ath_dbg(common, CHAN_CTX, "RoC aborted\n"); + else + ath_dbg(common, CHAN_CTX, "RoC expired\n"); + sc->offchannel.roc_vif = NULL; sc->offchannel.roc_chan = NULL; if (!abort)