public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] wifi: mt76: mt7925: fix the wrong data type for scan command
@ 2024-01-04 11:32 Mingyen Hsieh
  2024-01-10  9:49 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Mingyen Hsieh @ 2024-01-04 11:32 UTC (permalink / raw)
  To: nbd, lorenzo
  Cc: deren.wu, Sean.Wang, Soul.Huang, Leon.Yen, Eric-SY.Chang, km.lin,
	robin.chiu, ch.yeh, posh.sun, Quan.Zhou, Ryder.Lee, Shayne.Chen,
	linux-wireless, linux-mediatek, Ming Yen Hsieh

From: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>

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 <mingyen.hsieh@mediatek.com>
---
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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] wifi: mt76: mt7925: fix the wrong data type for scan command
  2024-01-04 11:32 [PATCH v2] wifi: mt76: mt7925: fix the wrong data type for scan command Mingyen Hsieh
@ 2024-01-10  9:49 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2024-01-10  9:49 UTC (permalink / raw)
  To: Mingyen Hsieh
  Cc: nbd, lorenzo, deren.wu, Sean.Wang, Soul.Huang, Leon.Yen,
	Eric-SY.Chang, km.lin, robin.chiu, ch.yeh, posh.sun, Quan.Zhou,
	Ryder.Lee, Shayne.Chen, linux-wireless, linux-mediatek

Mingyen Hsieh <mingyen.hsieh@mediatek.com> writes:

> From: Ming Yen Hsieh <mingyen.hsieh@mediatek.com>
>
> 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 <mingyen.hsieh@mediatek.com>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-10  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04 11:32 [PATCH v2] wifi: mt76: mt7925: fix the wrong data type for scan command Mingyen Hsieh
2024-01-10  9:49 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox