Browse Source

qcacld-3.0: Move CLD components outside core folder

Core is legacy module folder in CLD. Hence move MCL specific
components folder outside core.

Change-Id: Iba3f9fdb06ad10dc4a5b19f3ff1ffa23f7372605
CRs-Fixed: 2077963
Rajeev Kumar 7 years ago
parent
commit
f46083e0e5
62 changed files with 2 additions and 2 deletions
  1. 2 2
      Kbuild
  2. 0 0
      components/pmo/core/inc/wlan_pmo_arp.h
  3. 0 0
      components/pmo/core/inc/wlan_pmo_gtk.h
  4. 0 0
      components/pmo/core/inc/wlan_pmo_hw_filter.h
  5. 0 0
      components/pmo/core/inc/wlan_pmo_lphb.h
  6. 0 0
      components/pmo/core/inc/wlan_pmo_main.h
  7. 0 0
      components/pmo/core/inc/wlan_pmo_mc_addr_filtering.h
  8. 0 0
      components/pmo/core/inc/wlan_pmo_ns.h
  9. 0 0
      components/pmo/core/inc/wlan_pmo_objmgr.h
  10. 0 0
      components/pmo/core/inc/wlan_pmo_pkt_filter.h
  11. 0 0
      components/pmo/core/inc/wlan_pmo_priv.h
  12. 0 0
      components/pmo/core/inc/wlan_pmo_static_config.h
  13. 0 0
      components/pmo/core/inc/wlan_pmo_suspend_resume.h
  14. 0 0
      components/pmo/core/inc/wlan_pmo_wow.h
  15. 0 0
      components/pmo/core/src/wlan_pmo_arp.c
  16. 0 0
      components/pmo/core/src/wlan_pmo_gtk.c
  17. 0 0
      components/pmo/core/src/wlan_pmo_hw_filter.c
  18. 0 0
      components/pmo/core/src/wlan_pmo_lphb.c
  19. 0 0
      components/pmo/core/src/wlan_pmo_main.c
  20. 0 0
      components/pmo/core/src/wlan_pmo_mc_addr_filtering.c
  21. 0 0
      components/pmo/core/src/wlan_pmo_ns.c
  22. 0 0
      components/pmo/core/src/wlan_pmo_pkt_filter.c
  23. 0 0
      components/pmo/core/src/wlan_pmo_static_config.c
  24. 0 0
      components/pmo/core/src/wlan_pmo_suspend_resume.c
  25. 0 0
      components/pmo/core/src/wlan_pmo_wow.c
  26. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_arp_public_struct.h
  27. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h
  28. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_gtk_public_struct.h
  29. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_hw_filter_public_struct.h
  30. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_lphb_public_struct.h
  31. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_mc_addr_filtering_public_struct.h
  32. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_ns_public_struct.h
  33. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_obj_mgmt_api.h
  34. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_obj_mgmt_public_struct.h
  35. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_pkt_filter_public_struct.h
  36. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_tgt_api.h
  37. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_ucfg_api.h
  38. 0 0
      components/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h
  39. 0 0
      components/pmo/dispatcher/src/wlan_pmo_obj_mgmt_api.c
  40. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_arp.c
  41. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_gtk.c
  42. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_hw_filter.c
  43. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_lphb.c
  44. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_mc_addr_filtering.c
  45. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_ns.c
  46. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_pkt_filter.c
  47. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_static_config.c
  48. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_suspend_resume.c
  49. 0 0
      components/pmo/dispatcher/src/wlan_pmo_tgt_wow.c
  50. 0 0
      components/pmo/dispatcher/src/wlan_pmo_ucfg_api.c
  51. 0 0
      components/target_if/pmo/inc/target_if_pmo.h
  52. 0 0
      components/target_if/pmo/src/target_if_pmo_arp.c
  53. 0 0
      components/target_if/pmo/src/target_if_pmo_gtk.c
  54. 0 0
      components/target_if/pmo/src/target_if_pmo_hw_filter.c
  55. 0 0
      components/target_if/pmo/src/target_if_pmo_lphb.c
  56. 0 0
      components/target_if/pmo/src/target_if_pmo_main.c
  57. 0 0
      components/target_if/pmo/src/target_if_pmo_mc_addr_filtering.c
  58. 0 0
      components/target_if/pmo/src/target_if_pmo_ns.c
  59. 0 0
      components/target_if/pmo/src/target_if_pmo_pkt_filter.c
  60. 0 0
      components/target_if/pmo/src/target_if_pmo_static_config.c
  61. 0 0
      components/target_if/pmo/src/target_if_pmo_suspend_resume.c
  62. 0 0
      components/target_if/pmo/src/target_if_pmo_wow.c

+ 2 - 2
Kbuild

@@ -883,7 +883,7 @@ UMAC_MGMT_TXRX_OBJS := $(UMAC_MGMT_TXRX_DIR)/core/src/wlan_mgmt_txrx_main.o \
 	$(UMAC_MGMT_TXRX_DIR)/dispatcher/src/wlan_mgmt_txrx_tgt_api.o
 
 ########## POWER MANAGEMENT OFFLOADS (PMO) ##########
-PMO_DIR :=	core/components/pmo
+PMO_DIR :=	components/pmo
 PMO_INC :=	-I$(WLAN_ROOT)/$(PMO_DIR)/core/inc \
 			-I$(WLAN_ROOT)/$(PMO_DIR)/core/src \
 			-I$(WLAN_ROOT)/$(PMO_DIR)/dispatcher/inc \
@@ -914,7 +914,7 @@ PMO_OBJS :=     $(PMO_DIR)/core/src/wlan_pmo_main.o \
 		$(PMO_DIR)/dispatcher/src/wlan_pmo_tgt_pkt_filter.o
 
 ########## CLD TARGET_IF #######
-CLD_TARGET_IF_DIR := core/components/target_if
+CLD_TARGET_IF_DIR := components/target_if
 
 CLD_TARGET_IF_INC := -I$(WLAN_ROOT)/$(CLD_TARGET_IF_DIR)/pmo/inc \
 					 -I$(WLAN_ROOT)/$(CLD_TARGET_IF_DIR)/pmo/src \

+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_arp.h → components/pmo/core/inc/wlan_pmo_arp.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_gtk.h → components/pmo/core/inc/wlan_pmo_gtk.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_hw_filter.h → components/pmo/core/inc/wlan_pmo_hw_filter.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_lphb.h → components/pmo/core/inc/wlan_pmo_lphb.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_main.h → components/pmo/core/inc/wlan_pmo_main.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_mc_addr_filtering.h → components/pmo/core/inc/wlan_pmo_mc_addr_filtering.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_ns.h → components/pmo/core/inc/wlan_pmo_ns.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_objmgr.h → components/pmo/core/inc/wlan_pmo_objmgr.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_pkt_filter.h → components/pmo/core/inc/wlan_pmo_pkt_filter.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_priv.h → components/pmo/core/inc/wlan_pmo_priv.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_static_config.h → components/pmo/core/inc/wlan_pmo_static_config.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_suspend_resume.h → components/pmo/core/inc/wlan_pmo_suspend_resume.h


+ 0 - 0
core/components/pmo/core/inc/wlan_pmo_wow.h → components/pmo/core/inc/wlan_pmo_wow.h


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_arp.c → components/pmo/core/src/wlan_pmo_arp.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_gtk.c → components/pmo/core/src/wlan_pmo_gtk.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_hw_filter.c → components/pmo/core/src/wlan_pmo_hw_filter.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_lphb.c → components/pmo/core/src/wlan_pmo_lphb.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_main.c → components/pmo/core/src/wlan_pmo_main.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_mc_addr_filtering.c → components/pmo/core/src/wlan_pmo_mc_addr_filtering.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_ns.c → components/pmo/core/src/wlan_pmo_ns.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_pkt_filter.c → components/pmo/core/src/wlan_pmo_pkt_filter.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_static_config.c → components/pmo/core/src/wlan_pmo_static_config.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_suspend_resume.c → components/pmo/core/src/wlan_pmo_suspend_resume.c


+ 0 - 0
core/components/pmo/core/src/wlan_pmo_wow.c → components/pmo/core/src/wlan_pmo_wow.c


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_arp_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_arp_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_gtk_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_gtk_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_hw_filter_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_hw_filter_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_lphb_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_lphb_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_mc_addr_filtering_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_mc_addr_filtering_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_ns_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_ns_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_obj_mgmt_api.h → components/pmo/dispatcher/inc/wlan_pmo_obj_mgmt_api.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_obj_mgmt_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_obj_mgmt_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_pkt_filter_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_pkt_filter_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_tgt_api.h → components/pmo/dispatcher/inc/wlan_pmo_tgt_api.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_ucfg_api.h → components/pmo/dispatcher/inc/wlan_pmo_ucfg_api.h


+ 0 - 0
core/components/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h → components/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_obj_mgmt_api.c → components/pmo/dispatcher/src/wlan_pmo_obj_mgmt_api.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_arp.c → components/pmo/dispatcher/src/wlan_pmo_tgt_arp.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_gtk.c → components/pmo/dispatcher/src/wlan_pmo_tgt_gtk.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_hw_filter.c → components/pmo/dispatcher/src/wlan_pmo_tgt_hw_filter.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_lphb.c → components/pmo/dispatcher/src/wlan_pmo_tgt_lphb.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_mc_addr_filtering.c → components/pmo/dispatcher/src/wlan_pmo_tgt_mc_addr_filtering.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_ns.c → components/pmo/dispatcher/src/wlan_pmo_tgt_ns.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_pkt_filter.c → components/pmo/dispatcher/src/wlan_pmo_tgt_pkt_filter.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_static_config.c → components/pmo/dispatcher/src/wlan_pmo_tgt_static_config.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_suspend_resume.c → components/pmo/dispatcher/src/wlan_pmo_tgt_suspend_resume.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_tgt_wow.c → components/pmo/dispatcher/src/wlan_pmo_tgt_wow.c


+ 0 - 0
core/components/pmo/dispatcher/src/wlan_pmo_ucfg_api.c → components/pmo/dispatcher/src/wlan_pmo_ucfg_api.c


+ 0 - 0
core/components/target_if/pmo/inc/target_if_pmo.h → components/target_if/pmo/inc/target_if_pmo.h


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_arp.c → components/target_if/pmo/src/target_if_pmo_arp.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_gtk.c → components/target_if/pmo/src/target_if_pmo_gtk.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_hw_filter.c → components/target_if/pmo/src/target_if_pmo_hw_filter.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_lphb.c → components/target_if/pmo/src/target_if_pmo_lphb.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_main.c → components/target_if/pmo/src/target_if_pmo_main.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_mc_addr_filtering.c → components/target_if/pmo/src/target_if_pmo_mc_addr_filtering.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_ns.c → components/target_if/pmo/src/target_if_pmo_ns.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_pkt_filter.c → components/target_if/pmo/src/target_if_pmo_pkt_filter.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_static_config.c → components/target_if/pmo/src/target_if_pmo_static_config.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_suspend_resume.c → components/target_if/pmo/src/target_if_pmo_suspend_resume.c


+ 0 - 0
core/components/target_if/pmo/src/target_if_pmo_wow.c → components/target_if/pmo/src/target_if_pmo_wow.c