|
@@ -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;
|