diff options
author | sam <sam@FreeBSD.org> | 2005-12-12 17:54:39 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2005-12-12 17:54:39 +0000 |
commit | 9b57399d9c80a38cd6b74718b6d472674344b49a (patch) | |
tree | 141e7e546c1c1e4f1373aa8a7d91f7517f982f64 /sys/net80211/ieee80211_ioctl.h | |
parent | 4c5cf2f0f19cd9e60956aa3d9626effcafffdeff (diff) | |
download | FreeBSD-src-9b57399d9c80a38cd6b74718b6d472674344b49a.zip FreeBSD-src-9b57399d9c80a38cd6b74718b6d472674344b49a.tar.gz |
add fixed rate for sending multicast frames
Obtained from: atheros
MFC after: 1 week
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.h')
-rw-r--r-- | sys/net80211/ieee80211_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h index 8c3b2ab..86da41e 100644 --- a/sys/net80211/ieee80211_ioctl.h +++ b/sys/net80211/ieee80211_ioctl.h @@ -442,6 +442,7 @@ struct ieee80211req { #define IEEE80211_IOC_ADDMAC 54 /* add sta to MAC ACL table */ #define IEEE80211_IOC_DELMAC 55 /* del sta from MAC ACL table */ #define IEEE80211_IOC_PUREG 56 /* pure 11g (no 11b stations) */ +#define IEEE80211_IOC_MCAST_RATE 72 /* tx rate for mcast frames */ #define IEEE80211_IOC_FRAGTHRESHOLD 73 /* tx fragmentation threshold */ /* |