Re: sometimes bcm43xx-mac80211 just stays on 1mb/s

2007-08-21 Thread John H.
thanks for the reply. the thing is, with other drivers or with xp at same area i don't have the problem. can i force a minimum rate, such as 10mb/s or 5mb/s? On 8/20/07, Larry Finger [EMAIL PROTECTED] wrote: John H. wrote: using 2.6.22.1-50 on f7. Sometimes on some networks that are

Re: sometimes bcm43xx-mac80211 just stays on 1mb/s

2007-08-21 Thread Larry Finger
John H. wrote: thanks for the reply. the thing is, with other drivers or with xp at same area i don't have the problem. can i force a minimum rate, such as 10mb/s or 5mb/s? The algorithm for changing rates differs with the OS/driver. I doubt that you want 10 or 5 mbs (Note the difference

Re: [patch 6/6] b43: New firmware file format

2007-08-21 Thread Johannes Berg
On Sun, 2007-08-19 at 01:48 +0200, Michael Buesch wrote: @@ -1598,8 +1601,29 @@ static int do_request_fw(struct b43_wlde b43err(dev-wl, Firmware file \%s\ not found or load failed.\n, path); + return err; } + if ((*fw)-size

Re: [patch 6/6] b43: New firmware file format

2007-08-21 Thread John W. Linville
On Tue, Aug 21, 2007 at 05:46:40PM +0200, Johannes Berg wrote: On Sun, 2007-08-19 at 01:48 +0200, Michael Buesch wrote: @@ -1598,8 +1601,29 @@ static int do_request_fw(struct b43_wlde b43err(dev-wl, Firmware file \%s\ not found or load failed.\n, path);