|
@@ -69,7 +69,7 @@
|
|
#include <wlan_hdd_sysfs_stats.h>
|
|
#include <wlan_hdd_sysfs_stats.h>
|
|
#include <wlan_hdd_sysfs_get_range_ext.h>
|
|
#include <wlan_hdd_sysfs_get_range_ext.h>
|
|
#include <wlan_hdd_sysfs_get_tdls_peers.h>
|
|
#include <wlan_hdd_sysfs_get_tdls_peers.h>
|
|
-#include <wlan_hdd_sysfs_get_temp.h>
|
|
|
|
|
|
+#include <wlan_hdd_sysfs_temperature.h>
|
|
#include <wlan_hdd_sysfs_thermal_cfg.h>
|
|
#include <wlan_hdd_sysfs_thermal_cfg.h>
|
|
#include <wlan_hdd_sysfs_motion_detection.h>
|
|
#include <wlan_hdd_sysfs_motion_detection.h>
|
|
#include <wlan_hdd_sysfs_ipa.h>
|
|
#include <wlan_hdd_sysfs_ipa.h>
|
|
@@ -666,7 +666,7 @@ hdd_sysfs_create_sta_adapter_root_obj(struct hdd_adapter *adapter)
|
|
hdd_sysfs_txrx_stats_create(adapter);
|
|
hdd_sysfs_txrx_stats_create(adapter);
|
|
hdd_sysfs_get_range_ext_create(adapter);
|
|
hdd_sysfs_get_range_ext_create(adapter);
|
|
hdd_sysfs_get_tdls_peers_interface_create(adapter);
|
|
hdd_sysfs_get_tdls_peers_interface_create(adapter);
|
|
- hdd_sysfs_get_temp_create(adapter);
|
|
|
|
|
|
+ hdd_sysfs_temperature_create(adapter);
|
|
hdd_sysfs_motion_detection_create(adapter);
|
|
hdd_sysfs_motion_detection_create(adapter);
|
|
hdd_sysfs_range_ext_create(adapter);
|
|
hdd_sysfs_range_ext_create(adapter);
|
|
}
|
|
}
|
|
@@ -676,7 +676,7 @@ hdd_sysfs_destroy_sta_adapter_root_obj(struct hdd_adapter *adapter)
|
|
{
|
|
{
|
|
hdd_sysfs_range_ext_destroy(adapter);
|
|
hdd_sysfs_range_ext_destroy(adapter);
|
|
hdd_sysfs_motion_detection_destroy(adapter);
|
|
hdd_sysfs_motion_detection_destroy(adapter);
|
|
- hdd_sysfs_get_temp_destroy(adapter);
|
|
|
|
|
|
+ hdd_sysfs_temperature_destroy(adapter);
|
|
hdd_sysfs_get_tdls_peers_interface_destroy(adapter);
|
|
hdd_sysfs_get_tdls_peers_interface_destroy(adapter);
|
|
hdd_sysfs_get_range_ext_destroy(adapter);
|
|
hdd_sysfs_get_range_ext_destroy(adapter);
|
|
hdd_sysfs_txrx_stats_destroy(adapter);
|
|
hdd_sysfs_txrx_stats_destroy(adapter);
|
|
@@ -721,7 +721,7 @@ hdd_sysfs_create_sap_adapter_root_obj(struct hdd_adapter *adapter)
|
|
hdd_sysfs_he_bss_color_create(adapter);
|
|
hdd_sysfs_he_bss_color_create(adapter);
|
|
hdd_sysfs_txrx_fw_stats_create(adapter);
|
|
hdd_sysfs_txrx_fw_stats_create(adapter);
|
|
hdd_sysfs_txrx_stats_create(adapter);
|
|
hdd_sysfs_txrx_stats_create(adapter);
|
|
- hdd_sysfs_get_temp_create(adapter);
|
|
|
|
|
|
+ hdd_sysfs_temperature_create(adapter);
|
|
hdd_sysfs_range_ext_create(adapter);
|
|
hdd_sysfs_range_ext_create(adapter);
|
|
hdd_sysfs_ipa_create(adapter);
|
|
hdd_sysfs_ipa_create(adapter);
|
|
}
|
|
}
|
|
@@ -731,7 +731,7 @@ hdd_sysfs_destroy_sap_adapter_root_obj(struct hdd_adapter *adapter)
|
|
{
|
|
{
|
|
hdd_sysfs_ipa_destroy(adapter);
|
|
hdd_sysfs_ipa_destroy(adapter);
|
|
hdd_sysfs_range_ext_destroy(adapter);
|
|
hdd_sysfs_range_ext_destroy(adapter);
|
|
- hdd_sysfs_get_temp_destroy(adapter);
|
|
|
|
|
|
+ hdd_sysfs_temperature_destroy(adapter);
|
|
hdd_sysfs_txrx_stats_destroy(adapter);
|
|
hdd_sysfs_txrx_stats_destroy(adapter);
|
|
hdd_sysfs_txrx_fw_stats_destroy(adapter);
|
|
hdd_sysfs_txrx_fw_stats_destroy(adapter);
|
|
hdd_sysfs_he_bss_color_destroy(adapter);
|
|
hdd_sysfs_he_bss_color_destroy(adapter);
|