Hi David, Le mer. 28 avr. 2021 à 07:07, David Bauer <m...@david-bauer.net> a écrit : > > Expose 802.11ax HE rate as well as HW / HT mode information. This is > required to add 802.11ax support to LuCI. > > Signed-off-by: David Bauer <m...@david-bauer.net> > --- > iwinfo.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 45 insertions(+) > > diff --git a/iwinfo.c b/iwinfo.c > index 63ff2a1..6b376c4 100644 > --- a/iwinfo.c > +++ b/iwinfo.c
... > } > } > @@ -280,6 +295,9 @@ rpc_iwinfo_call_hwmodes(const char *name) > if (modes & IWINFO_80211_AC) > blobmsg_add_string(&buf, NULL, "ac"); > > + if (modes & IWINFO_80211_AX) > + blobmsg_add_string(&buf, NULL, "ac"); I think you meant "ax" no ? > + > if (modes & IWINFO_80211_A) > blobmsg_add_string(&buf, NULL, "a"); > ... _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel