Add HE in ieee80211_freq_to_channel_ext() documentation
This function covers HE cases, so include that in the comment. Signed-off-by: Muna Sinada <msinada@codeaurora.org>
This commit is contained in:
parent
2acfd15a2a
commit
9416b5f323
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ enum hostapd_hw_mode ieee80211_freq_to_chan(int freq, u8 *channel)
|
|||
|
||||
/**
|
||||
* ieee80211_freq_to_channel_ext - Convert frequency into channel info
|
||||
* for HT40 and VHT. DFS channels are not covered.
|
||||
* for HT40, VHT, and HE. DFS channels are not covered.
|
||||
* @freq: Frequency (MHz) to convert
|
||||
* @sec_channel: 0 = non-HT40, 1 = sec. channel above, -1 = sec. channel below
|
||||
* @chanwidth: VHT/EDMG channel width (CHANWIDTH_*)
|
||||
|
|
Loading…
Reference in a new issue