mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
fw-api: CL 6116996 - update fw common interface files
Make defs of (target-only) rate control struct conditional Change-Id: Iab14a18396de6030861993260b21103c9669ba19 CRs-Fixed: 2262693
This commit is contained in:
parent
9f75499ade
commit
326b09cf28
@ -425,6 +425,7 @@ typedef struct {
|
|||||||
* because the host should have no references to these target-only data
|
* because the host should have no references to these target-only data
|
||||||
* structures.
|
* structures.
|
||||||
*/
|
*/
|
||||||
|
#ifndef CONFIG_MOVE_RC_STRUCT_TO_MACCORE
|
||||||
#if !((NUM_SPATIAL_STREAM > 4) || SUPPORT_11AX)
|
#if !((NUM_SPATIAL_STREAM > 4) || SUPPORT_11AX)
|
||||||
#if defined(CONFIG_AR900B_SUPPORT) || defined(AR900B)
|
#if defined(CONFIG_AR900B_SUPPORT) || defined(AR900B)
|
||||||
typedef struct{
|
typedef struct{
|
||||||
@ -494,6 +495,7 @@ typedef struct {
|
|||||||
A_UINT8 dd_profile;
|
A_UINT8 dd_profile;
|
||||||
} RC_TX_RATE_INFO;
|
} RC_TX_RATE_INFO;
|
||||||
#endif /* !((NUM_SPATIAL_STREAM > 4) || SUPPORT_11AX) */
|
#endif /* !((NUM_SPATIAL_STREAM > 4) || SUPPORT_11AX) */
|
||||||
|
#endif /* CONFIG_MOVE_RC_STRUCT_TO_MACCORE */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user