|
@@ -37,7 +37,7 @@
|
|
#include <sir_api.h>
|
|
#include <sir_api.h>
|
|
#endif
|
|
#endif
|
|
#include "osif_sync.h"
|
|
#include "osif_sync.h"
|
|
-#include "wlan_hdd_sysfs_get_sta_info.h"
|
|
|
|
|
|
+#include "wlan_hdd_sysfs_sta_info.h"
|
|
#include "wlan_hdd_sysfs_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>
|
|
@@ -703,7 +703,7 @@ 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_channel_interface_create(adapter);
|
|
hdd_sysfs_channel_interface_create(adapter);
|
|
- hdd_sysfs_get_sta_info_interface_create(adapter);
|
|
|
|
|
|
+ hdd_sysfs_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);
|
|
hdd_sysfs_resume_create(adapter);
|
|
hdd_sysfs_resume_create(adapter);
|
|
@@ -749,7 +749,7 @@ hdd_sysfs_destroy_sap_adapter_root_obj(struct hdd_adapter *adapter)
|
|
hdd_sysfs_resume_destroy(adapter);
|
|
hdd_sysfs_resume_destroy(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_sta_info_interface_destroy(adapter);
|
|
hdd_sysfs_channel_interface_destroy(adapter);
|
|
hdd_sysfs_channel_interface_destroy(adapter);
|
|
}
|
|
}
|
|
|
|
|