Przeglądaj źródła

fw-api: CL 11682076 - update fw common interface files

Add WMI_PAUSE_TWT_STATUS_ALREADY_PAUSED def

Change-Id: I93cf320ea22c06c3634257a8e2d8dd8324bc0308
CRs-Fixed: 2262693
spuligil 4 lat temu
rodzic
commit
eb285e2b5a
2 zmienionych plików z 6 dodań i 5 usunięć
  1. 5 4
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 4
fw/wmi_unified.h

@@ -4456,7 +4456,7 @@ typedef enum {
  * Currently passive scan has higher priority than beacon and
  * beacon miss would happen irrespective of dwell time.
  * Below flag ensures there would not be beacon miss if the dwell
- * time is lesser than beacon interval - channel switch time combined. 
+ * time is lesser than beacon interval - channel switch time combined.
  * For dwell time greater than beacon interval, bmiss is expected.
  */
 #define WMI_SCAN_FLAG_EXT_PASSIVE_SCAN_START_TIME_ENHANCE   0x00000800
@@ -28010,6 +28010,7 @@ typedef enum _WMI_PAUSE_TWT_STATUS_T {
     WMI_PAUSE_TWT_STATUS_NO_RESOURCE,         /* FW resource exhausted */
     WMI_PAUSE_TWT_STATUS_NO_ACK,              /* peer AP/STA did not ACK the request/response frame */
     WMI_PAUSE_TWT_STATUS_UNKNOWN_ERROR,       /* pausing TWT dialog failed with an unknown reason */
+    WMI_PAUSE_TWT_STATUS_ALREADY_PAUSED,      /* The TWT dialog is already paused */
 } WMI_PAUSE_TWT_STATUS_T;
 
 typedef struct {
@@ -30520,9 +30521,9 @@ typedef struct {
      * A band value of 0x80 (-128) is invalid.
      */
     A_UINT32 chain_rssi[WMI_MAX_CHAINS];
-    /* Carrier frequency offset 
-       It is Difference between down conversion oscillator frequency at the receiver 
-       versus carrier frequency of the received signal. To convert to ppm, below 
+    /* Carrier frequency offset
+       It is Difference between down conversion oscillator frequency at the receiver
+       versus carrier frequency of the received signal. To convert to ppm, below
        equation needs to be used. Here, Fc is carrier frequency (primary 20 channel frequency) in Hz:
 
        PPM = cfo_measurement(13 bits)/((2^13)/(800e-9)/2/Fc*1e6)

+ 1 - 1
fw/wmi_version.h

@@ -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_ 897
+#define __WMI_REVISION_ 898
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work