1IEEE80211_GET_RESPON(9)        Utility functions       IEEE80211_GET_RESPON(9)
2
3
4

NAME

6       ieee80211_get_response_rate - get basic rate for a given rate
7

SYNOPSIS

9       struct ieee80211_rate *
10                                                           ieee80211_get_response_rate(struct ieee80211_supported_band * sband,
11                                                           u32 basic_rates,
12                                                           int bitrate);
13

ARGUMENTS

15       sband
16           the band to look for rates in
17
18       basic_rates
19           bitmap of basic rates
20
21       bitrate
22           the bitrate for which to find the basic rate
23

RETURN

25       The basic rate corresponding to a given bitrate, that is the next lower
26       bitrate contained in the basic rate map, which is, for this function,
27       given as a bitmap of indices of rates in the band's bitrate table.
28

AUTHOR

30       Johannes Berg <johannes@sipsolutions.net>
31           Author.
32
34Kernel Hackers Manual 3.10         June 2019           IEEE80211_GET_RESPON(9)
Impressum