Re: [PATCH] mac80211_hwsim: indicate support for 60GHz channels

2021-04-14 Thread Ramon Fontes
> Advertise 60GHz channels to mac80211. Oh.. That was a mistake. Sorry for that. Anyway, can we indicate 60GHz support even though it is not being supported by mac80211 yet?

[PATCH] mac80211_hwsim: indicate support for 60GHz channels

2021-04-12 Thread Ramon Fontes
Advertise 60GHz channels to mac80211. --- drivers/net/wireless/mac80211_hwsim.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c index fa7d4c20d..70d0af475 100644 --- a/drivers/n

[PATCH] mac80211_hwsim: indicate support for 6GHz (11ax) Advertise 6GHz Capabilities and channels to mac80211.

2020-12-26 Thread Ramon Fontes
Requires a few fixups to account for missing capabilities to actually enable 6GHz channels Signed-off-by: Ramon Fontes --- drivers/net/wireless/mac80211_hwsim.c | 74 ++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/mac80211_hwsim.c

Re: [PATCH] mac80211_hwsim: report the WIPHY_FLAG_SUPPORTS_5_10_MHZ capability

2020-05-27 Thread Ramon Fontes
> Yeah, but wmediumd won't know that it's not 20 MHz, I guess :-) Yes, I know. You're right! I hope advances in wmediumd in this regard :). > Yeah, but which channels? I believe with 10 MHz you can also use channel > 175, for example, which doesn't exist in 20 MHz channelization. I'm doing some

Re: [PATCH] mac80211_hwsim: report the WIPHY_FLAG_SUPPORTS_5_10_MHZ capability

2020-05-26 Thread Ramon Fontes
> Not sure this is enough? How about wmediumd, for example? It works with wmediumd too. At least I was able to enable 5 / 10MHz via iw with 5.9GHz > And also, 5/10 MHz has many more channels inbetween the normal ones, no? > Shouldn't those also be added? Tested with 5855MHz - 5925MHz -- Ramon

[PATCH] mac80211_hwsim: report the WIPHY_FLAG_SUPPORTS_5_10_MHZ capability

2020-05-15 Thread Ramon Fontes
Signed-off-by: Ramon Fontes --- 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 0528d4cb4..67f97ac36 100644 --- a/drivers/net/wireless/mac80211_hwsim.c +++ b/drivers/net

[PATCH 1/2] mac80211_hwsim: adding more 5GHz channels

2019-10-10 Thread Ramon Fontes
These new 5GHz channels enable the use of the IEEE 802.11p standard Signed-off-by: Ramon Fontes --- drivers/net/wireless/mac80211_hwsim.c | 28 +-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net

[PATCH 2/2] mac80211_hwsim: adding support for OCB

2019-10-10 Thread Ramon Fontes
OCB (Outside the Context of a BSS) interfaces are necessary for the IEEE 802.11p standard Signed-off-by: Ramon Fontes --- drivers/net/wireless/mac80211_hwsim.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net

[PATCH] mac80211_hwsim: add support for OCB and more 5Ghz Channels Signed-off-by: Ramon Fontes

2019-10-10 Thread Ramon Fontes
--- drivers/net/wireless/mac80211_hwsim.c | 34 +++ 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/drivers/net/wireless/mac80211_hwsim.c b/drivers/net/wireless/mac80211_hwsim.c index 45c73a6f0..ae41b05e7 100644 --- a/drivers/net/wireless/mac80211_hwsim.c ++