Home
last modified time | relevance | path

Searched refs:bitrate_compat (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c5498 u16 bitrate_compat; in nl80211_put_sta_rate() local
5508 bitrate_compat = bitrate < (1UL << 16) ? bitrate : 0; in nl80211_put_sta_rate()
5512 if (bitrate_compat > 0 && in nl80211_put_sta_rate()
5513 nla_put_u16(msg, NL80211_RATE_INFO_BITRATE, bitrate_compat)) in nl80211_put_sta_rate()
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c6378 u16 bitrate_compat; in nl80211_put_sta_rate() local
6388 bitrate_compat = bitrate < (1UL << 16) ? bitrate : 0; in nl80211_put_sta_rate()
6392 if (bitrate_compat > 0 && in nl80211_put_sta_rate()
6393 nla_put_u16(msg, NL80211_RATE_INFO_BITRATE, bitrate_compat)) in nl80211_put_sta_rate()

Completed in 38 milliseconds