developer | 5e0a8d7 | 2023-05-12 18:58:17 +0800 | [diff] [blame^] | 1 | From ea9c7bda66bcd7819e106d5f672345b941365d15 Mon Sep 17 00:00:00 2001 |
| 2 | From: Evelyn Tsai <evelyn.tsai@mediatek.com> |
| 3 | Date: Wed, 10 May 2023 13:11:34 +0800 |
| 4 | Subject: [PATCH 100/103] hostapd: mtk: update eht operation element |
| 5 | |
| 6 | --- |
| 7 | src/ap/ieee802_11_eht.c | 6 +++--- |
| 8 | 1 file changed, 3 insertions(+), 3 deletions(-) |
| 9 | |
| 10 | diff --git a/src/ap/ieee802_11_eht.c b/src/ap/ieee802_11_eht.c |
| 11 | index 6ebe0f9..c14c5e2 100644 |
| 12 | --- a/src/ap/ieee802_11_eht.c |
| 13 | +++ b/src/ap/ieee802_11_eht.c |
| 14 | @@ -214,9 +214,9 @@ u8 * hostapd_eid_eht_operation(struct hostapd_data *hapd, u8 *eid) |
| 15 | |
| 16 | /* TODO: Fill in appropriate EHT-MCS max Nss information */ |
| 17 | oper->basic_eht_mcs_nss_set[0] = 0x11; |
| 18 | - oper->basic_eht_mcs_nss_set[1] = 0x00; |
| 19 | - oper->basic_eht_mcs_nss_set[2] = 0x00; |
| 20 | - oper->basic_eht_mcs_nss_set[3] = 0x00; |
| 21 | + oper->basic_eht_mcs_nss_set[1] = 0x11; |
| 22 | + oper->basic_eht_mcs_nss_set[2] = 0x11; |
| 23 | + oper->basic_eht_mcs_nss_set[3] = 0x11; |
| 24 | |
| 25 | if (is_6ghz_op_class(conf->op_class)) |
| 26 | chwidth = op_class_to_ch_width(conf->op_class); |
| 27 | -- |
| 28 | 2.18.0 |
| 29 | |