lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 25 May 2020 10:47:43 +0200 From: Johannes Berg <johannes@...solutions.net> To: Ramon Fontes <ramonreisfontes@...il.com>, linux-kernel@...r.kernel.org, netdev@...r.kernel.org, linux-wireless@...r.kernel.org Cc: kvalo@...eaurora.org, davem@...emloft.net Subject: Re: [PATCH] mac80211_hwsim: report the WIPHY_FLAG_SUPPORTS_5_10_MHZ capability On Fri, 2020-05-15 at 13:46 -0300, Ramon Fontes wrote: > Signed-off-by: Ramon Fontes <ramonreisfontes@...il.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 0528d4cb4..67f97ac36 100644 > --- a/drivers/net/wireless/mac80211_hwsim.c > +++ b/drivers/net/wireless/mac80211_hwsim.c > @@ -2995,6 +2995,7 @@ static int mac80211_hwsim_new_radio(struct genl_info *info, > hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS | > WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL | > WIPHY_FLAG_AP_UAPSD | > + WIPHY_FLAG_SUPPORTS_5_10_MHZ | Not sure this is enough? How about wmediumd, for example? And also, 5/10 MHz has many more channels inbetween the normal ones, no? Shouldn't those also be added? johannes
Powered by blists - more mailing lists