All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mac80211_hwsim: Add channel 169 (5845 MHz)
@ 2017-03-06  9:56 Jouni Malinen
  2017-03-06 12:22 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Jouni Malinen @ 2017-03-06  9:56 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Jouni Malinen

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: Jouni Malinen <jouni@qca.qualcomm.com>
---
 drivers/net/wireless/mac80211_hwsim.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c
index 7b9662a..8b823c7 100644
--- a/drivers/net/wireless/mac80211_hwsim.c
+++ b/drivers/net/wireless/mac80211_hwsim.c
@@ -350,6 +350,7 @@ static const struct ieee80211_channel hwsim_channels_5ghz[] = {
 	CHAN5G(5785), /* Channel 157 */
 	CHAN5G(5805), /* Channel 161 */
 	CHAN5G(5825), /* Channel 165 */
+	CHAN5G(5845), /* Channel 169 */
 };
 
 static const struct ieee80211_rate hwsim_rates[] = {
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mac80211_hwsim: Add channel 169 (5845 MHz)
  2017-03-06  9:56 [PATCH] mac80211_hwsim: Add channel 169 (5845 MHz) Jouni Malinen
@ 2017-03-06 12:22 ` Johannes Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2017-03-06 12:22 UTC (permalink / raw)
  To: Jouni Malinen; +Cc: linux-wireless

On Mon, 2017-03-06 at 11:56 +0200, Jouni Malinen wrote:
> 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.

Makes sense, applied.

johannes

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-06 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06  9:56 [PATCH] mac80211_hwsim: Add channel 169 (5845 MHz) Jouni Malinen
2017-03-06 12:22 ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.