Searched refs:bitrate_compat (Results 1 – 1 of 1) sorted by relevance
7386 u16 bitrate_compat; in nl80211_fill_link_station() 7396 bitrate_compat = bitrate < (1UL << 16) ? bitrate : 0; in nl80211_fill_link_station() 7400 if (bitrate_compat > 0 && in nl80211_fill_link_station() 7401 nla_put_u16(msg, NL80211_RATE_INFO_BITRATE, bitrate_compat)) in nl80211_fill_link_station() 7151 u16 bitrate_compat; nl80211_put_sta_rate() local