Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 16:37:02 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 26652 for review
Message-ID:  <200303110037.h2B0b2t4063635@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=26652

Change 26652 by sam@sam_ebb on 2003/03/10 16:36:36

	o return max channels back to 255; outdoor channels go above 64
	o add country code and regulatory domain settings

Affected files ...

.. //depot/projects/wlan/sys/net/if_ieee80211.h#3 edit
.. //depot/projects/wlan/sys/net/if_ieee80211subr.c#4 edit

Differences ...

==== //depot/projects/wlan/sys/net/if_ieee80211.h#3 (text+ko) ====

@@ -297,7 +297,7 @@
  * Structure for IEEE 802.11 drivers.
  */
 
-#define	IEEE80211_CHAN_MAX	64
+#define	IEEE80211_CHAN_MAX	255
 #define	IEEE80211_RATE_SIZE	12
 #define	IEEE80211_KEYBUF_SIZE	16
 #define	IEEE80211_NODE_HASHSIZE	32
@@ -432,6 +432,8 @@
 	int			(*ic_newstate)(void *, enum ieee80211_state);
 	int			(*ic_chancheck)(void *, u_char *);
 	u_int8_t		ic_myaddr[IEEE80211_ADDR_LEN];
+	u_int16_t		ic_countrycode;	/* local country code */
+	u_int16_t		ic_regdomain;	/* regulatory domain */
 	u_int8_t		ic_sup_rates[IEEE80211_RATE_SIZE];
 	struct ieee80211channel ic_channels[IEEE80211_CHAN_MAX+1];
 	u_char			ic_chan_avail[roundup(IEEE80211_CHAN_MAX,NBBY)];

==== //depot/projects/wlan/sys/net/if_ieee80211subr.c#4 (text+ko) ====


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303110037.h2B0b2t4063635>