Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 1/5] ath9k:  Initialize ah->hw
@ 2011-01-06  0:15 greearb
  2011-01-06  0:15 ` [PATCH 2/5] ath9k: Add more information to debugfs xmit file greearb
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: greearb @ 2011-01-06  0:15 UTC (permalink / raw)
  To: linux-wireless; +Cc: ath9k-devel, Ben Greear

From: Ben Greear <greearb@candelatech.com>

Previous code left it NULL.

Signed-off-by: Ben Greear <greearb@candelatech.com>
---
:100644 100644 b0e5e716.. 9ca87de... M	drivers/net/wireless/ath/ath9k/init.c
 drivers/net/wireless/ath/ath9k/init.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c
index b0e5e716..9ca87de 100644
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -536,6 +536,7 @@ static int ath9k_init_softc(u16 devid, struct ath_softc *sc, u16 subsysid,
 	if (!ah)
 		return -ENOMEM;
 
+	ah->hw = sc->hw;
 	ah->hw_version.devid = devid;
 	ah->hw_version.subsysid = subsysid;
 	sc->sc_ah = ah;
-- 
1.7.2.3


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

end of thread, other threads:[~2011-01-06  0:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06  0:15 [PATCH 1/5] ath9k: Initialize ah->hw greearb
2011-01-06  0:15 ` [PATCH 2/5] ath9k: Add more information to debugfs xmit file greearb
2011-01-06  0:15 ` [PATCH 3/5] ath9k: Remove un-used member from ath_node greearb
2011-01-06  0:15 ` [PATCH 4/5] ath9k: Ensure xmit makes progress greearb
2011-01-06  0:15 ` [PATCH 5/5] ath9k: Add counters to distinquish AMPDU enqueues greearb

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