[net80211] add an ioctl for LDPC configuration.

This commit is contained in:
Adrian Chadd 2016-04-26 01:26:11 +00:00
parent 1c5fd754bd
commit 1729922f65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298603

View File

@ -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 */