Re: [PATCH v2] wifi: ath12k: fix scan command endianness on big endian
Jeff Johnson <[email protected]> Fri, 17 Jul 2026 08:06:06 -0700
| Newsgroups | org.infradead.lists.ath12k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 03 Jul 2026 09:35:38 +0200, Alexander Wilhelm wrote:
> ath12k_wmi_scan_req_arg stores scan parameters in CPU-native byte order,
> while ath12k_wmi_send_scan_start_cmd() writes them into a WMI command
> buffer whose contents must be in little-endian format. The existing code
> copies the channel list and writes s_ssid and hint_bssid related values to
> the command buffer without endian conversion. As a result, scan requests
> contain invalid parameters on big-endian systems and fail.
>
> [...]
Applied, thanks!
[1/1] wifi: ath12k: fix scan command endianness on big endian
commit: 8e3d6b596453c518a7ebdef2c785550c5e291dc0
Best regards,
--
Jeff Johnson <[email protected]>