Searched defs:mcast_rate (Results 1 - 2 of 2) sorted by relevance

/net/mac80211/
H A Drate.c266 int mcast_rate; local
274 mcast_rate = txrc->bss_conf->mcast_rate[sband->band];
275 if (mcast_rate > 0) {
276 info->control.rates[0].idx = mcast_rate - 1;
/net/wireless/
H A Dnl80211.c6752 int mcast_rate[IEEE80211_NUM_BANDS],
6768 mcast_rate[band] = i + 1;
6879 !nl80211_parse_mcast_rate(rdev, ibss.mcast_rate,
6929 int mcast_rate[IEEE80211_NUM_BANDS]; local
6940 memset(mcast_rate, 0, sizeof(mcast_rate));
6946 if (!nl80211_parse_mcast_rate(rdev, mcast_rate, nla_rate))
6949 err = rdev->ops->set_mcast_rate(&rdev->wiphy, dev, mcast_rate);
8189 !nl80211_parse_mcast_rate(rdev, setup.mcast_rate,
6751 nl80211_parse_mcast_rate(struct cfg80211_registered_device *rdev, int mcast_rate[IEEE80211_NUM_BANDS], int rateval) argument

Completed in 38 milliseconds