Home
last modified time | relevance | path

Searched refs:modulation (Results 1 – 1 of 1) sorted by relevance

/net/wireless/
Dutil.c1124 int modulation, streams, bitrate; in cfg80211_calculate_bitrate_ht() local
1130 modulation = rate->mcs & 7; in cfg80211_calculate_bitrate_ht()
1135 if (modulation < 4) in cfg80211_calculate_bitrate_ht()
1136 bitrate *= (modulation + 1); in cfg80211_calculate_bitrate_ht()
1137 else if (modulation == 4) in cfg80211_calculate_bitrate_ht()
1138 bitrate *= (modulation + 2); in cfg80211_calculate_bitrate_ht()
1140 bitrate *= (modulation + 3); in cfg80211_calculate_bitrate_ht()