From: Larry Finger Date: Wed, 23 Aug 2006 15:04:01 +0000 (-0500) Subject: [PATCH] bcm43xx - set correct value in mac_suspended for ifdown/ifup sequence X-Git-Tag: v2.6.19-rc1~1263^2~60^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653d5b55c0125dca97a420b9a5e77fad7adbf3f0;p=pandora-kernel.git [PATCH] bcm43xx - set correct value in mac_suspended for ifdown/ifup sequence When bcm43xx-softmac is given an ifdown/ifup sequence, the value for bcm->mac_suspended ends up wrong, which leads to a large number of assert(bcm->mac_suspended>=0) messages. This one-line patch fixes this problem. Signed-off-by: Michael Buesch Signed-Off-By: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed