Skip to content

Commit

Permalink
fw-api: CL 6054947 - update fw common interface files
Browse files Browse the repository at this point in the history
Change-Id: I489296ac186928d03700893dc673e2089b72a409
WMI: DISABLE_AGGRESSIVE_TX PEER_PARAM and VENDER_OUI_ACTION defs
CRs-Fixed: 2262693
  • Loading branch information
spuligil committed Dec 12, 2018
1 parent 17b8b3a commit 22d8de2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion fw/wmi_unified.h
Original file line number Diff line number Diff line change
Expand Up @@ -10611,7 +10611,11 @@ typedef struct {
* param_value = follow 11ax spec definition
* bit0:VHT(1), bit1:HE(1), bit2-31:A-Control
*/
#define WMI_PEER_RARAM_XMIT_OMI 0x1c
#define WMI_PEER_PARAM_XMIT_OMI 0x1c
#define WMI_PEER_RARAM_XMIT_OMI WMI_PEER_PARAM_XMIT_OMI /* alias due to prior typo */

/* Disable burst and assist */
#define WMI_PEER_PARAM_DISABLE_AGGRESSIVE_TX 0x1d

/** mimo ps values for the parameter WMI_PEER_MIMO_PS_STATE */
#define WMI_PEER_MIMO_PS_NONE 0x0
Expand Down Expand Up @@ -14027,6 +14031,9 @@ typedef enum
*/
WMI_VENDOR_OUI_ACTION_CONNECTION_1X1_NUM_TX_RX_CHAINS_1 = 5,

/* Disable burst and assist, and restrict A-MPDU size to 32 */
WMI_VENDOR_OUI_ACTION_DISABLE_AGGRESSIVE_TX = 6,

/* Add any action before this line */
WMI_VENDOR_OUI_ACTION_MAX_ACTION_ID
} wmi_vendor_oui_action_id;
Expand Down
2 changes: 1 addition & 1 deletion fw/wmi_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */
#define __WMI_REVISION_ 606
#define __WMI_REVISION_ 607

/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work
Expand Down

0 comments on commit 22d8de2

Please sign in to comment.