We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf8e60 commit c9be1a6Copy full SHA for c9be1a6
drivers/net/wireless/ath/ath11k/thermal.h
@@ -36,12 +36,13 @@ static inline int ath11k_thermal_register(struct ath11k_base *sc)
36
return 0;
37
}
38
39
-static inline void ath11k_thermal_unregister(struct ath11k *ar)
+static inline void ath11k_thermal_unregister(struct ath11k_base *sc)
40
{
41
42
43
static inline int ath11k_thermal_set_throttling(struct ath11k *ar, u32 throttle_state)
44
45
+ return 0;
46
47
48
static inline void ath11k_thermal_event_temperature(struct ath11k *ar,
0 commit comments