Loading fw/htt.h +1 −0 Original line number Diff line number Diff line Loading @@ -5177,6 +5177,7 @@ enum htt_srng_ring_id { HTT_TX_MON_MON2HOST_DEST_RING, /* Used by monitor to fill status buffers and provide to host */ HTT_RX_MON_HOST2MON_BUF_RING, /* Status buffers and Packet buffers are provided by host */ HTT_RX_MON_MON2HOST_DEST_RING, /* Used by monitor to fill status buffers and provide to host */ HTT_LPASS_TO_FW_RXBUF_RING, /* new LPASS to FW refill ring to recycle rx buffers */ /* Add Other SRING which can't be directly configured by host software above this line */ }; Loading fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -14216,6 +14216,13 @@ typedef enum { */ WMI_VDEV_PARAM_MCAST_STEERING, /* 0x800E */ /* * 0 - XPAN disabled * 1 - XPAN Lossless audio profile * 2 - XPAN Gaming profile */ WMI_VDEV_PARAM_XPAN_PROFILE, /* 0x800F */ /*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/ } WMI_VDEV_PARAM; fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,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_ 1159 #define __WMI_REVISION_ 1160 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/htt.h +1 −0 Original line number Diff line number Diff line Loading @@ -5177,6 +5177,7 @@ enum htt_srng_ring_id { HTT_TX_MON_MON2HOST_DEST_RING, /* Used by monitor to fill status buffers and provide to host */ HTT_RX_MON_HOST2MON_BUF_RING, /* Status buffers and Packet buffers are provided by host */ HTT_RX_MON_MON2HOST_DEST_RING, /* Used by monitor to fill status buffers and provide to host */ HTT_LPASS_TO_FW_RXBUF_RING, /* new LPASS to FW refill ring to recycle rx buffers */ /* Add Other SRING which can't be directly configured by host software above this line */ }; Loading
fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -14216,6 +14216,13 @@ typedef enum { */ WMI_VDEV_PARAM_MCAST_STEERING, /* 0x800E */ /* * 0 - XPAN disabled * 1 - XPAN Lossless audio profile * 2 - XPAN Gaming profile */ WMI_VDEV_PARAM_XPAN_PROFILE, /* 0x800F */ /*=== END VDEV_PARAM_PROTOTYPE SECTION ===*/ } WMI_VDEV_PARAM;
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,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_ 1159 #define __WMI_REVISION_ 1160 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading