summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-12-12 17:54:39 +0000
committersam <sam@FreeBSD.org>2005-12-12 17:54:39 +0000
commit9b57399d9c80a38cd6b74718b6d472674344b49a (patch)
tree141e7e546c1c1e4f1373aa8a7d91f7517f982f64 /sys/net80211/ieee80211_proto.c
parent4c5cf2f0f19cd9e60956aa3d9626effcafffdeff (diff)
downloadFreeBSD-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_proto.c')
-rw-r--r--sys/net80211/ieee80211_proto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c
index 5537b33..8f3abd8 100644
--- a/sys/net80211/ieee80211_proto.c
+++ b/sys/net80211/ieee80211_proto.c
@@ -97,6 +97,7 @@ ieee80211_proto_attach(struct ieee80211com *ic)
ic->ic_rtsthreshold = IEEE80211_RTS_DEFAULT;
ic->ic_fragthreshold = IEEE80211_FRAG_DEFAULT;
ic->ic_fixed_rate = IEEE80211_FIXED_RATE_NONE;
+ ic->ic_mcast_rate = IEEE80211_MCAST_RATE_DEFAULT;
ic->ic_protmode = IEEE80211_PROT_CTSONLY;
ic->ic_roaming = IEEE80211_ROAMING_AUTO;
OpenPOWER on IntegriCloud