linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] b43: N-PHY: check for clk when setting RX core state
@ 2010-08-22 19:54 Rafał Miłecki
  0 siblings, 0 replies; only message in thread
From: Rafał Miłecki @ 2010-08-22 19:54 UTC (permalink / raw)
  To: linux-wireless, John W. Linville
  Cc: b43-dev, Gábor Stefanik, Rafał Miłecki

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
---
Very trivial one, it should be included in previous two-patches-set.
---
 drivers/net/wireless/b43/phy_n.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c
index ac217da..ac7f02d 100644
--- a/drivers/net/wireless/b43/phy_n.c
+++ b/drivers/net/wireless/b43/phy_n.c
@@ -3094,7 +3094,7 @@ static void b43_nphy_set_rx_core_state(struct b43_wldev *dev, u8 mask)
 
 	nphy->phyrxchain = mask;
 
-	if (0 /* FIXME clk */)
+	if (!phy->clk)
 		return;
 
 	b43_mac_suspend(dev);
-- 
1.7.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-22 19:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-22 19:54 [PATCH] b43: N-PHY: check for clk when setting RX core state Rafał Miłecki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).