Can I just edit Michael's patch and apply it again just like I did the first time:
cd $(COMPAT_SRC_DIR) patch -p1 < $(PATCH_FILE) Regards John ----- Original Message ---- From: Larry Finger <[email protected]> To: John Mountcastle <[email protected]> Cc: Michael Buesch <[email protected]>; [email protected] Sent: Monday, February 23, 2009 1:54:54 PM Subject: Re: I need some help stabaizing b43 for a 4306 John Mountcastle wrote: > Yes, I'd say results are mixed. B43 now says it wants 20dBm and it's getting > 16.75 but iwconfig says rate is only 1Mb/s and I can't keep the link up long > enough to be usefull. > > If the SPROM was wrong all along, why does it work fine with bcm43xx? Many parts of the power control have undergone major changes. For most interfaces, these changes made them work better; however, yours may be different. If you want to try what happens with lower power, you can change the line in Michaels patch that looks like + max_pwr = INT_TO_Q52(20); You started with the equivalent of "INT_TO_Q52(15)" - what happens if the 20 is replaced by 12 or 10? Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
