On 2011-11-22 11:22 PM, Mohammed Shafi Shajakhan wrote: > From: Mohammed Shafi Shajakhan <mohammed@xxxxxxxxxxxxxxxx> > > to be used by MCI specific changes > > Cc: Wilson Tsao <wtsao@xxxxxxxxxxxxxxxx> > Cc: Senthil Balasubramanian <senthilb@xxxxxxxxxxxxxxxx> > Signed-off-by: Rajkumar Manoharan <rmanohar@xxxxxxxxxxxxxxxx> > Signed-off-by: Mohammed Shafi Shajakhan <mohammed@xxxxxxxxxxxxxxxx> NACK. ath_reset can no longer be called in tasklet context (which you seem to be doing in the next patch). Replace your ath_reset() call with: ieee80211_queue_work(sc->hw, &sc->hw_reset_work); - Felix -- 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