|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -88,6 +88,7 @@
|
|
|
#include <wlan_hdd_sysfs_wifi_features.h>
|
|
|
#include <wlan_hdd_sysfs_dp_traffic_end_indication.h>
|
|
|
#include <wlan_hdd_sysfs_eht_rate.h>
|
|
|
+#include <wlan_hdd_sysfs_direct_link_ut_cmd.h>
|
|
|
|
|
|
#define MAX_PSOC_ID_SIZE 10
|
|
|
|
|
@@ -842,11 +843,13 @@ hdd_sysfs_create_sap_adapter_root_obj(struct hdd_adapter *adapter)
|
|
|
hdd_sysfs_11be_rate_create(adapter);
|
|
|
hdd_sysfs_dp_tx_delay_stats_create(adapter);
|
|
|
hdd_sysfs_dp_traffic_end_indication_create(adapter);
|
|
|
+ hdd_sysfs_direct_link_ut_cmd_create(adapter);
|
|
|
}
|
|
|
|
|
|
static void
|
|
|
hdd_sysfs_destroy_sap_adapter_root_obj(struct hdd_adapter *adapter)
|
|
|
{
|
|
|
+ hdd_sysfs_direct_link_ut_destroy(adapter);
|
|
|
hdd_sysfs_dp_traffic_end_indication_destroy(adapter);
|
|
|
hdd_sysfs_dp_tx_delay_stats_destroy(adapter);
|
|
|
hdd_sysfs_11be_rate_destroy(adapter);
|