wifi: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.c
authorJulian Vetter <julian@outer-limits.org>
Tue, 8 Apr 2025 09:22:20 +0000 (11:22 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Apr 2025 13:28:50 +0000 (15:28 +0200)
commit39df75eb38faf25dbbc58a2b9231de730c64745e
treef941ff07890e13390f89e6cab75f6b993a3d7634
parent1237c5632fe34244ff7d726d4bc96b3048c10562
wifi: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.c

The __get_unaligned_cpu32 function is deprecated. So, replace it with
the more generic get_unaligned and just cast the input parameter.

Signed-off-by: Julian Vetter <julian@outer-limits.org>
Link: https://patch.msgid.link/20250408092220.2267754-1-julian@outer-limits.org
[fix subject]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh_pathtbl.c