qcacld-3.0: Use wlan_cm_is_vdev_roaming() API in wma
Use wlan_cm_is_vdev_roaming() API in wma, instead of wma->interfaces[vdev_id].roaming_in_progress. Change-Id: Icb88246b2c45c052a1d42dece4983b1e534fe608 CRs-Fixed: 2993180
这个提交包含在:
@@ -670,7 +670,6 @@ struct wma_invalid_peer_params {
|
||||
* @nwType: network type (802.11a/b/g/n/ac)
|
||||
* @ps_enabled: is powersave enable/disable
|
||||
* @peer_count: peer count
|
||||
* @roam_synch_in_progress: flag is in progress or not
|
||||
* @plink_status_req: link status request
|
||||
* @psnr_req: snr request
|
||||
* @tx_streams: number of tx streams can be used by the vdev
|
||||
@@ -722,7 +721,6 @@ struct wma_txrx_node {
|
||||
#endif
|
||||
uint32_t tx_streams;
|
||||
uint32_t mac_id;
|
||||
bool roaming_in_progress;
|
||||
int32_t roam_synch_delay;
|
||||
struct sme_rcpi_req *rcpi_req;
|
||||
bool in_bmps;
|
||||
|
在新工单中引用
屏蔽一个用户