compatibility with 802.11g?
Paul Herman
pherman at frenchfries.net
Wed May 14 12:43:49 PDT 2003
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;
More information about the freebsd-mobile
mailing list