When applied to wireless-2.6, I get this: CC [M] drivers/net/wireless/ath/ath5k/base.o drivers/net/wireless/ath/ath5k/base.c: In function âath5k_init_softcâ: drivers/net/wireless/ath/ath5k/base.c:2357:2: error: âstruct ath5k_softcâ has no member named âirqlockâ drivers/net/wireless/ath/ath5k/base.c:2357:2: error: âstruct ath5k_softcâ has no member named âirqlockâ Is this only for -next? On Fri, May 06, 2011 at 03:24:34PM -0700, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > This was introduced in 2.6.39-rc1 it seems. > > Signed-off-by: Ben Greear <greearb@xxxxxxxxxxxxxxx> > --- > :100644 100644 203243b... 2204762... M drivers/net/wireless/ath/ath5k/base.c > drivers/net/wireless/ath/ath5k/base.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c > index 203243b..2204762 100644 > --- a/drivers/net/wireless/ath/ath5k/base.c > +++ b/drivers/net/wireless/ath/ath5k/base.c > @@ -2394,7 +2394,7 @@ ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops) > spin_lock_init(&sc->rxbuflock); > spin_lock_init(&sc->txbuflock); > spin_lock_init(&sc->block); > - > + spin_lock_init(&sc->irqlock); > > /* Setup interrupt handler */ > ret = request_irq(sc->irq, ath5k_intr, IRQF_SHARED, "ath", sc); > -- > 1.7.3.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-wireless" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html