On Mon, 2022-02-14 at 14:30 -0800, Aloka Dixit wrote: > > + if (rdev->wiphy.ru_punct_supp_bw > NL80211_RU_PUNCT_SUPP_BW_320) > + return -EINVAL; > This check really belongs somewhere else, e.g. wiphy_register() or so? johannes
On Mon, 2022-02-14 at 14:30 -0800, Aloka Dixit wrote: > > + if (rdev->wiphy.ru_punct_supp_bw > NL80211_RU_PUNCT_SUPP_BW_320) > + return -EINVAL; > This check really belongs somewhere else, e.g. wiphy_register() or so? johannes