Procházet zdrojové kódy

qcacld-3.0: CL 1427469 update fw common interface files

qcacld-2.0 to qcacld-3.0 propagation

WMI event update to add dd_profile field to RC_TX_RATE_SCHEDULE
and WMI_SCAN_EVENT_FOREIGN_CHANNEL_EXIT

Change-Id: Ic9ba6dd82b2c6ea3d8894665270838a93a702f38
CRs-fixed: 865207
Manikandan Mohan před 9 roky
rodič
revize
46b95c0ce5
3 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 1 0
      target/inc/wlan_defs.h
  2. 2 1
      target/inc/wmi_unified.h
  3. 1 1
      target/inc/wmi_version.h

+ 1 - 0
target/inc/wlan_defs.h

@@ -333,6 +333,7 @@ typedef struct {
 	A_RATE probe_rix;
 	A_UINT8 num_valid_rates;
 	A_UINT8 rtscts_tpc;
+	A_UINT8 dd_profile;
 } RC_TX_RATE_SCHEDULE;
 
 #else

+ 2 - 1
target/inc/wmi_unified.h

@@ -2288,7 +2288,8 @@ enum wmi_scan_event_type {
 	WMI_SCAN_EVENT_DEQUEUED = 0x10,         /* scan request got dequeued */
 	WMI_SCAN_EVENT_PREEMPTED = 0x20,                /* preempted by other high priority scan */
 	WMI_SCAN_EVENT_START_FAILED = 0x40,             /* scan start failed */
-	WMI_SCAN_EVENT_RESTARTED = 0x80,                /*scan restarted */
+	WMI_SCAN_EVENT_RESTARTED = 0x80,                /* scan restarted */
+	WMI_SCAN_EVENT_FOREIGN_CHANNEL_EXIT = 0x100,
 	WMI_SCAN_EVENT_MAX = 0x8000
 };
 

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