Browse Source

qcacmn: Add flag for Multi VDEV restart synchronization

In current code, channel number is checked to enable multivdev restart
synchronization, this assumption is not valid as channel width change
can also be requested.

To fix this, used a flag to enable multivdev restart synchronization.

Change-Id: I2633ee42ae7d8c127d8369f36f14e861431a21cc
CRs-Fixed: 2400987
Srinivas Pitla 6 years ago
parent
commit
6d0331de8f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      umac/cmn_services/obj_mgr/inc/wlan_objmgr_pdev_obj.h

+ 2 - 0
umac/cmn_services/obj_mgr/inc/wlan_objmgr_pdev_obj.h

@@ -117,6 +117,8 @@
 #define WLAN_PDEV_OP_MIN_RSSI_ENABLE    0x00010000
    /* PDEV VDEV restart is in progress */
 #define WLAN_PDEV_OP_RESTART_INPROGRESS 0x00020000
+   /* PDEV MBSSID VDEV restart trigger */
+#define WLAN_PDEV_OP_MBSSID_RESTART     0x00040000
 
 
 struct osif_pdev_priv;