Date: Tue, 27 Jan 2009 23:42:14 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/ifconfig ifieee80211.c src/sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Message-ID: <200901272345.n0RNjpXg011259@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-01-27 23:42:14 UTC FreeBSD src repository Modified files: sbin/ifconfig ifieee80211.c sys/net80211 ieee80211_ioctl.c ieee80211_ioctl.h Log: SVN rev 187801 on 2009-01-27 23:42:14Z by sam Remove assumptions about the max # channels in ioctl's: o change ioctl's that pass channel lists in/out to handle variable-size arrays instead of a fixed (compile-time) value; we do this in a way that maintains binary compatibility o change ifconfig so all channel list data structures are now allocated to hold MAXCHAN entries (1536); this, for example, allows the kernel to return > IEEE80211_CHAN_MAX entries for calls like IEEE80211_IOC_DEVCAPS Revision Changes Path 1.68 +132 -85 src/sbin/ifconfig/ifieee80211.c 1.75 +52 -24 src/sys/net80211/ieee80211_ioctl.c 1.32 +21 -6 src/sys/net80211/ieee80211_ioctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901272345.n0RNjpXg011259>