From owner-freebsd-mobile@FreeBSD.ORG Wed May 14 12:43:49 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B1EF37B401 for ; Wed, 14 May 2003 12:43:49 -0700 (PDT) Received: from darius.concentric.net (darius.concentric.net [207.155.198.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D38443F3F for ; Wed, 14 May 2003 12:43:48 -0700 (PDT) (envelope-from pherman@frenchfries.net) Received: from mcfeely.concentric.net (mcfeely.concentric.net [207.155.198.83])h4EJhhl29329 for ; Wed, 14 May 2003 15:43:44 -0400 (EDT) Errors-To: Received: from frenchfries.net (da001d0255.lax-ca.osd.concentric.net [66.239.48.255]) by mcfeely.concentric.net (8.9.1a+patch04072003) id PAA03557; Wed, 14 May 2003 15:43:41 -0400 (EDT) Received: by frenchfries.net (Postfix, from userid 1000) id ED6AC514F; Wed, 14 May 2003 12:43:39 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by frenchfries.net (Postfix) with ESMTP id EABB94CB5 for ; Wed, 14 May 2003 12:43:39 -0700 (PDT) Date: Wed, 14 May 2003 12:43:39 -0700 (PDT) From: Paul Herman X-X-Sender: pherman@mammoth.eat.frenchfries.net To: freebsd-mobile@freebsd.org Message-ID: <20030514123413.C42251-100000@mammoth.eat.frenchfries.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: compatibility with 802.11g? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 19:43:49 -0000 Hi mobile people, I've had the following patch in my (-STABLE) tree for a few months now with no problems. It allows my 802.11g Airport Extreme card on my Mac to connect to my 802.11b FreeBSD box running in hostap mode. I don't know if -CURRENT can do this, but is there any reason not to put this into the -STABLE branch? -Paul. Index: wi_hostap.c =================================================================== RCS file: /u02/ncvs/src/sys/dev/wi/Attic/wi_hostap.c,v retrieving revision 1.7.2.4 diff -u -r1.7.2.4 wi_hostap.c --- wi_hostap.c 2 Aug 2002 07:11:34 -0000 1.7.2.4 +++ wi_hostap.c 7 Apr 2003 00:22:31 -0000 @@ -676,7 +676,7 @@ struct wi_80211_hdr *resp_hdr; u_int16_t capinfo; u_int16_t lstintvl; - u_int8_t rates[8]; + u_int8_t rates[32]; int ssid_len, rates_len; char ssid[33]; u_int16_t status;