2024-01-04 11:32:22

by Mingyen Hsieh

[permalink] [raw]
Subject: [PATCH v2] wifi: mt76: mt7925: fix the wrong data type for scan command

From: Ming Yen Hsieh <[email protected]>

For the member of 'struct scan_req_tlv', replace data type of
func_mask_ext from 'u8' to '__le32'.

Change-Id: Ib9fc1aadd1f1960b63d35f31f0a4655416884bf0
Signed-off-by: Ming Yen Hsieh <[email protected]>
---
v2:
change the data type from 'u32' to '__le32'.
---
drivers/net/wireless/mediatek/mt76/mt7925/mcu.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/mediatek/mt76/mt7925/mcu.h b/drivers/net/wireless/mediatek/mt76/mt7925/mcu.h
index 3c41e21303b1..98cb705e7423 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7925/mcu.h
+++ b/drivers/net/wireless/mediatek/mt76/mt7925/mcu.h
@@ -208,7 +208,7 @@ struct scan_req_tlv {
__le16 channel_dwell_time; /* channel Dwell interval */
__le16 timeout_value;
__le16 probe_delay_time;
- u8 func_mask_ext;
+ __le32 func_mask_ext;
};

struct scan_ssid_tlv {
--
2.18.0



2024-01-10 09:52:12

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH v2] wifi: mt76: mt7925: fix the wrong data type for scan command

Mingyen Hsieh <[email protected]> writes:

> From: Ming Yen Hsieh <[email protected]>
>
> For the member of 'struct scan_req_tlv', replace data type of
> func_mask_ext from 'u8' to '__le32'.
>
> Change-Id: Ib9fc1aadd1f1960b63d35f31f0a4655416884bf0
> Signed-off-by: Ming Yen Hsieh <[email protected]>

We don't use Change-Id tags in kernel.org.

--
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches