Commit 85bbd803 authored by Jouni Malinen's avatar Jouni Malinen Committed by Johannes Berg

mac80211_hwsim: Add channel 169 (5845 MHz)

This channel is defined in the IEEE 802.11 standard and available in
number of countries, so extend the mac80211_hwsim channel list to cover
channel 169 to enable additional testing.
Signed-off-by: default avatarJouni Malinen <jouni@qca.qualcomm.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 03765195
...@@ -350,6 +350,7 @@ static const struct ieee80211_channel hwsim_channels_5ghz[] = { ...@@ -350,6 +350,7 @@ static const struct ieee80211_channel hwsim_channels_5ghz[] = {
CHAN5G(5785), /* Channel 157 */ CHAN5G(5785), /* Channel 157 */
CHAN5G(5805), /* Channel 161 */ CHAN5G(5805), /* Channel 161 */
CHAN5G(5825), /* Channel 165 */ CHAN5G(5825), /* Channel 165 */
CHAN5G(5845), /* Channel 169 */
}; };
static const struct ieee80211_rate hwsim_rates[] = { static const struct ieee80211_rate hwsim_rates[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment