svn commit: r298603 - head/sys/net80211

Adrian Chadd adrian at FreeBSD.org
Tue Apr 26 01:26:13 UTC 2016


Author: adrian
Date: Tue Apr 26 01:26:11 2016
New Revision: 298603
URL: https://svnweb.freebsd.org/changeset/base/298603

Log:
  [net80211] add an ioctl for LDPC configuration.

Modified:
  head/sys/net80211/ieee80211_ioctl.h

Modified: head/sys/net80211/ieee80211_ioctl.h
==============================================================================
--- head/sys/net80211/ieee80211_ioctl.h	Tue Apr 26 01:20:16 2016	(r298602)
+++ head/sys/net80211/ieee80211_ioctl.h	Tue Apr 26 01:26:11 2016	(r298603)
@@ -702,6 +702,7 @@ struct ieee80211req {
 #define	IEEE80211_IOC_RIFS		111	/* RIFS config (on, off) */
 #define	IEEE80211_IOC_GREENFIELD	112	/* Greenfield (on, off) */
 #define	IEEE80211_IOC_STBC		113	/* STBC Tx/RX (on, off) */
+#define	IEEE80211_IOC_LDPC		114	/* LDPC Tx/RX (on, off) */
 
 #define	IEEE80211_IOC_MESH_ID		170	/* mesh identifier */
 #define	IEEE80211_IOC_MESH_AP		171	/* accepting peerings */


More information about the svn-src-all mailing list