qcacmn: Fix compilation error in vdev state machine

Fix the compilation error in vdev state machine and make state
transition logs from debug to info.

Change-Id: I7d7975931232f041206bdb64c639456bf9327b3f
CRs-Fixed: 2321726
This commit is contained in:
Abhishek Singh
2018-09-25 10:39:52 +05:30
committed by nshrivas
parent 9024c71ff2
commit c6f1e920d4

View File

@@ -864,7 +864,9 @@ struct hidden_ssid_vdev_restart_params {
uint32_t info;
uint32_t reg_info_1;
uint32_t reg_info_2;
#ifndef CONFIG_VDEV_SM
qdf_atomic_t hidden_ssid_restart_in_progress;
#endif
};
/**