qcacld-3.0: Remove get_sta_info sysfs support for sta mode

get_sta_info sysfs interface is required only for SAP mode.
Remove interface creation and deletion in sta mode.

Change-Id: I4ab2beb9200d3834f9c37600ed7c5960f21c9700
CRs-Fixed: 2686964
This commit is contained in:
Bapiraju Alla 2020-05-15 10:22:33 +05:30 committed by nshrivas
parent cb484972f1
commit 2b88c22206

View File

@ -638,7 +638,6 @@ static void hdd_sysfs_destroy_bcn_reception_interface(struct hdd_adapter
static void
hdd_sysfs_create_sta_adapter_root_obj(struct hdd_adapter *adapter)
{
hdd_sysfs_get_sta_info_interface_create(adapter);
hdd_sysfs_create_bcn_reception_interface(adapter);
hdd_sysfs_reassoc_create(adapter);
hdd_sysfs_crash_inject_create(adapter);
@ -686,7 +685,6 @@ hdd_sysfs_destroy_sta_adapter_root_obj(struct hdd_adapter *adapter)
hdd_sysfs_crash_inject_destroy(adapter);
hdd_sysfs_reassoc_destroy(adapter);
hdd_sysfs_destroy_bcn_reception_interface(adapter);
hdd_sysfs_get_sta_info_interface_destroy(adapter);
}
static void