From owner-freebsd-current@FreeBSD.ORG Mon May 17 16:31:24 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2483516A4CE for ; Mon, 17 May 2004 16:31:24 -0700 (PDT) Received: from smtp.tznet.com (smtp.tznet.com [66.170.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5025343D1F for ; Mon, 17 May 2004 16:31:23 -0700 (PDT) (envelope-from scottp@tznet.com) Received: from mail.tznet.com (mail.tznet.com [66.170.64.2]) by smtp.tznet.com (8.12.11/8.12.10) with ESMTP id i4HNV6RI023324 for ; Mon, 17 May 2004 18:31:06 -0500 (CDT) Date: Mon, 17 May 2004 18:31:04 -0500 (CDT) From: Scott Pilz To: freebsd-current@freebsd.org Message-ID: <20040517182757.T45529@mail.tznet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-T-Net-Virus-Scan: 66.170.64.6: Clean X-Mailman-Approved-At: Tue, 18 May 2004 04:50:44 -0700 Subject: hostap TX fix in 5.x X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 23:31:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Brian, I gave this a shot. Previously I had frmhdr.wi_tx_rate = 110, which gave me 11mbit/full speed but fall back refused to function. With the below settings I was only able to get around 100KB/sec. Any ideas? I feel as if we are close but missing something.. frmhdr.wi_tx_rate must be set to either 10, 20, 55, or 110 apparently ... I know that 110 works if you hardcode it in there.. ? Scott - ---- In that case, I'd try adding this line where the frmhdr is being set up: frmhdr.wi_tx_rate = ni->ni_rates.rs_rates[ni->ni_txrate] * 5; I haven't tested it other than it compiles, but if it seems to work for you I'll of course verify that I can/cannot get those speeds with/without this change, using hostap. - -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green at FreeBSD.org \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAqUs62REUg6gjWxgRAmFWAJsFcHrDyYFpQR5+Fyq/bWAYWaNTtwCeKfyo kagWDuqCmkJ22xmxerNMz0A= =6O1u -----END PGP SIGNATURE-----