HEADS UP: svn commit: r187803 - head/sys/net80211

From: Sam Leffler <sam_at_freebsd.org>
Date: Tue, 27 Jan 2009 15:52:15 -0800
This requires applications that issue certain 802.11 ioctl's to be 
rebuilt; at the very least ifconfig; probably also wpa_supplicant, and 
hostapd.

    Sam


attached mail follows:


Author: sam
Date: Tue Jan 27 23:48:13 2009
New Revision: 187803
URL: http://svn.freebsd.org/changeset/base/187803

Log:
  Extend channel definition with:
  o max antenna gain
  o driver private opaque data
  
  Note this grows the size of a channel to 16 bytes; which makes the
  default channel table 4Kbytes (up from 3Kbytes).

Modified:
  head/sys/net80211/_ieee80211.h

Modified: head/sys/net80211/_ieee80211.h
==============================================================================
--- head/sys/net80211/_ieee80211.h	Tue Jan 27 23:43:20 2009	(r187802)
+++ head/sys/net80211/_ieee80211.h	Tue Jan 27 23:48:13 2009	(r187803)
_at__at_ -135,6 +135,9 _at__at_ struct ieee80211_channel {
 	int8_t		ic_minpower;	/* minimum tx power in .5 dBm */
 	uint8_t		ic_state;	/* dynamic state */
 	uint8_t		ic_extieee;	/* HT40 extension channel number */
+	int8_t		ic_maxantgain;	/* maximum antenna gain in .5 dBm */
+	uint8_t		ic_pad;
+	uint16_t	ic_devdata;	/* opaque device/driver data */
 };
 
 #define	IEEE80211_CHAN_MAX	256
Received on Tue Jan 27 2009 - 22:52:16 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:41 UTC