Re: [PATCH ath-next] wifi: ath12k: use kernel types instead of userspace stdint types
Rameshkumar Sundaram <[email protected]>
| Newsgroups | org.kernel.vger.linux-wireless,org.infradead.lists.ath12k |
|---|---|
| Message-ID | <[email protected]> |
On 8/19/2026 7:13 AM, Baochen Qiang wrote: > Replace the userspace stdint types uint64_t/uint8_t with the kernel > types u64/u8 to conform to the surrounding ath12k code, which uses the > kernel types everywhere else. > > No functional changes, compile tested only. > > Signed-off-by: Baochen Qiang <[email protected]> Reviewed-by: Rameshkumar Sundaram <[email protected]>