Browse Source

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
Bapiraju Alla 4 years ago
parent
commit
2b88c22206
1 changed files with 0 additions and 2 deletions
  1. 0 2
      core/hdd/src/wlan_hdd_sysfs.c

+ 0 - 2
core/hdd/src/wlan_hdd_sysfs.c

@@ -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