[PATCH rpcd] iwinfo: add 802.11ax HE support
David Bauer
mail at david-bauer.net
Wed Apr 28 17:34:30 BST 2021
Hi,
On 4/28/21 1:18 PM, Etienne Champetier wrote:
> Hi David,
>
> Le mer. 28 avr. 2021 à 07:07, David Bauer <mail at 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 <mail at 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 ?
You're right. I'll fix that.
Best
David
>
>> +
>> if (modes & IWINFO_80211_A)
>> blobmsg_add_string(&buf, NULL, "a");
>>
>
> ...
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
More information about the openwrt-devel
mailing list