* [PATCH] bcm43xx-d80211: fix mac_suspend refcount
@ 2006-06-28 18:38 Michael Buesch
0 siblings, 0 replies; only message in thread
From: Michael Buesch @ 2006-06-28 18:38 UTC (permalink / raw)
To: linville; +Cc: bcm43xx-dev, netdev
This fixes mac_suspend reference counting for
ifconfig up
ifconfig down
ifconfig up
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Index: wireless-dev/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c
===================================================================
--- wireless-dev.orig/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c 2006-06-17 22:51:20.000000000 +0200
+++ wireless-dev/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c 2006-06-28 20:37:15.000000000 +0200
@@ -3756,6 +3756,8 @@
bcm43xx_lock_noirq(bcm);
bcm43xx_set_status(bcm, BCM43xx_STAT_INITIALIZING);
+ bcm->mac_suspended = 1;
+
err = bcm43xx_pctl_set_crystal(bcm, 1);
if (err)
goto out;
@@ -4383,7 +4385,6 @@
bcm->ieee = ieee;
bcm->irq_savedstate = BCM43xx_IRQ_INITIAL;
- bcm->mac_suspended = 1;
bcm->pci_dev = pci_dev;
bcm->net_dev = net_dev;
bcm->bad_frames_preempt = modparam_bad_frames_preempt;
--
Greetings Michael.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-28 18:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 18:38 [PATCH] bcm43xx-d80211: fix mac_suspend refcount Michael Buesch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox