|
@@ -38,7 +38,7 @@
|
|
#endif
|
|
#endif
|
|
#include "osif_sync.h"
|
|
#include "osif_sync.h"
|
|
#include "wlan_hdd_sysfs_get_sta_info.h"
|
|
#include "wlan_hdd_sysfs_get_sta_info.h"
|
|
-#include "wlan_hdd_sysfs_get_channel.h"
|
|
|
|
|
|
+#include "wlan_hdd_sysfs_channel.h"
|
|
#include <wlan_hdd_sysfs_set_fw_mode_cfg.h>
|
|
#include <wlan_hdd_sysfs_set_fw_mode_cfg.h>
|
|
#include <wlan_hdd_sysfs_reassoc.h>
|
|
#include <wlan_hdd_sysfs_reassoc.h>
|
|
#include <wlan_hdd_sysfs_mem_stats.h>
|
|
#include <wlan_hdd_sysfs_mem_stats.h>
|
|
@@ -702,7 +702,7 @@ hdd_sysfs_destroy_sta_adapter_root_obj(struct hdd_adapter *adapter)
|
|
static void
|
|
static void
|
|
hdd_sysfs_create_sap_adapter_root_obj(struct hdd_adapter *adapter)
|
|
hdd_sysfs_create_sap_adapter_root_obj(struct hdd_adapter *adapter)
|
|
{
|
|
{
|
|
- hdd_sysfs_get_channel_interface_create(adapter);
|
|
|
|
|
|
+ hdd_sysfs_channel_interface_create(adapter);
|
|
hdd_sysfs_get_sta_info_interface_create(adapter);
|
|
hdd_sysfs_get_sta_info_interface_create(adapter);
|
|
hdd_sysfs_crash_inject_create(adapter);
|
|
hdd_sysfs_crash_inject_create(adapter);
|
|
hdd_sysfs_suspend_create(adapter);
|
|
hdd_sysfs_suspend_create(adapter);
|
|
@@ -750,7 +750,7 @@ hdd_sysfs_destroy_sap_adapter_root_obj(struct hdd_adapter *adapter)
|
|
hdd_sysfs_suspend_destroy(adapter);
|
|
hdd_sysfs_suspend_destroy(adapter);
|
|
hdd_sysfs_crash_inject_destroy(adapter);
|
|
hdd_sysfs_crash_inject_destroy(adapter);
|
|
hdd_sysfs_get_sta_info_interface_destroy(adapter);
|
|
hdd_sysfs_get_sta_info_interface_destroy(adapter);
|
|
- hdd_sysfs_get_channel_interface_destroy(adapter);
|
|
|
|
|
|
+ hdd_sysfs_channel_interface_destroy(adapter);
|
|
}
|
|
}
|
|
|
|
|
|
static void
|
|
static void
|