qcacmn: Code movement to enable multipass support without WDS
Currently the code to support Multipass on SAP is present along with the code to support WDS. Hence with the code in its current state, we will not be able to enable Multipass support without enabling WDS. Move the multipass support code out of the WDS support code, to be able to enable Multipass for chipsets which do not use WDS. Change-Id: Iaafa8dc4f16314d9e3e160fe01251c3684adbf67 CRs-Fixed: 3468548
这个提交包含在:
@@ -61,6 +61,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define DP_MAX_VLAN_IDS 4096
|
||||
#define DP_VLAN_UNTAGGED 0
|
||||
#define DP_VLAN_TAGGED_MULTICAST 1
|
||||
#define DP_VLAN_TAGGED_UNICAST 2
|
||||
|
||||
/**
|
||||
* struct htt_dbgfs_cfg - structure to maintain required htt data
|
||||
* @msg_word: htt msg sent to upper layer
|
||||
|
在新工单中引用
屏蔽一个用户