Date: Wed, 14 May 2003 12:43:39 -0700 (PDT) From: Paul Herman <pherman@frenchfries.net> To: freebsd-mobile@freebsd.org Subject: compatibility with 802.11g? Message-ID: <20030514123413.C42251-100000@mammoth.eat.frenchfries.net>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030514123413.C42251-100000>