qcacld-3.0: CL 1530684 - update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0

Add scan flags for half and quarter-rate channels.
Add WMI service bit for commands pertaining to Host managed
RX reorder.

Change-Id: I2baf13e0ab8f669153b0fb66f2b286c40f1fcc20
CRs-fixed: 865207
Esse commit está contido em:
Pradeep Reddy POTTETI
2016-06-20 15:10:26 +05:30
commit de Nandini Suresh
commit b36e8fcd63
3 arquivos alterados com 13 adições e 1 exclusões

Ver arquivo

@@ -183,6 +183,13 @@ typedef enum {
WMI_SERVICE_MARK_FIRST_WAKEUP_PACKET,
/* FW supports command that can add/delete multiple mcast filters */
WMI_SERVICE_MULTIPLE_MCAST_FILTER_SET,
/* WMI_SERVICE_HOST_MANAGED_RX_REORDER -
* FW supports host-managed RX reorder.
* Host managed RX reorder involves RX BA state machine handling
* on peer/TID basis, REO configuration for HW based reordering/PN
* check and processing reorder exceptions generated by HW.
*/
WMI_SERVICE_HOST_MANAGED_RX_REORDER,
WMI_MAX_SERVICE = 128 /* max service */
} WMI_SERVICE;