public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [RFT 0/4] ath9k: fix oops during driver unload
@ 2009-10-06  3:53 Luis R. Rodriguez
  2009-10-06  3:53 ` [RFT 1/4] ath9k: move common->debug_mask setting to ath_init_softc() Luis R. Rodriguez
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Luis R. Rodriguez @ 2009-10-06  3:53 UTC (permalink / raw)
  To: vasanth, linux-wireless; +Cc: ath9k-devel, Luis R. Rodriguez

This should fix an oops reported by Vasanth.
Vasanth my rc3 poos out, can you let me know if this
fixes the issue you saw?

Luis R. Rodriguez (4):
  ath9k: move common->debug_mask setting to ath_init_softc()
  ath9k: fix oops during unload -- initialize hw prior to debugfs
  ath9k: add helper to un-init the hw properly
  ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()

 drivers/net/wireless/ath/ath.h          |    6 ++++
 drivers/net/wireless/ath/ath9k/ath9k.h  |    1 -
 drivers/net/wireless/ath/ath9k/beacon.c |   12 -------
 drivers/net/wireless/ath/ath9k/debug.c  |    5 ---
 drivers/net/wireless/ath/ath9k/hw.c     |   11 ++++++-
 drivers/net/wireless/ath/ath9k/mac.c    |   13 ++++++++
 drivers/net/wireless/ath/ath9k/mac.h    |    1 +
 drivers/net/wireless/ath/ath9k/main.c   |   50 ++++++++++++++++++------------
 8 files changed, 60 insertions(+), 39 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-10-06 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-06  3:53 [RFT 0/4] ath9k: fix oops during driver unload Luis R. Rodriguez
2009-10-06  3:53 ` [RFT 1/4] ath9k: move common->debug_mask setting to ath_init_softc() Luis R. Rodriguez
2009-10-06  3:53 ` [RFT 2/4] ath9k: fix oops during unload -- initialize hw prior to debugfs Luis R. Rodriguez
2009-10-06  3:53 ` [RFT 3/4] ath9k: add helper to un-init the hw properly Luis R. Rodriguez
2009-10-06  3:53 ` [RFT 4/4] ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup() Luis R. Rodriguez
2009-10-06  5:52 ` [RFT 0/4] ath9k: fix oops during driver unload Vasanthakumar Thiagarajan
2009-10-06 15:58   ` [ath9k-devel] " Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox