diff options
author | Jeff Johnson <[email protected]> | 2023-10-09 10:13:54 +0300 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2023-10-10 10:25:11 +0300 |
commit | 13556aef0bdc0e98df7b6bf2e10d706c59dce6f4 (patch) | |
tree | 83fe5488377130bac045c2384f74b1baf98e2490 /tools/perf/scripts/python/compaction-times.py | |
parent | e149353e6562f3e3246f75dfc4cca6a0cc5b4efc (diff) |
wifi: ath12k: Consistently use ath12k_vif_to_arvif()
Helper function ath12k_vif_to_arvif() exists to retrieve a struct
ath12k_vif from a struct ieee80211_vif. However, in multiple places
this logic is open-coded with inline typecasting. Since the
typecasting prevents the compiler from type-checking the source and
destination, update the driver to consistently use the helper
function.
No functional changes, compile tested only.
Signed-off-by: Jeff Johnson <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions