qcacmn: Do not setup peer reorder queue if roaming in progress
Do not send the WMI command WMI_PEER_REORDER_QUEUE_SETUP_CMDID to target if roaming is in progress, as there is a discrepancy in peer information between the host and firmware when roaming is in progress Change-Id: I8e91635b56257bb29972898a29c454123f7cdb8e CRs-Fixed: 2490238
This commit is contained in:

committed by
nshrivas

parent
752e4917f1
commit
8119e1236e
@@ -816,8 +816,9 @@ extern int dp_delba_process_wifi3(void *peer_handle,
|
||||
*/
|
||||
int dp_delba_tx_completion_wifi3(void *peer_handle, uint8_t tid,
|
||||
int status);
|
||||
extern int dp_rx_tid_setup_wifi3(struct dp_peer *peer, int tid,
|
||||
uint32_t ba_window_size, uint32_t start_seq);
|
||||
extern QDF_STATUS dp_rx_tid_setup_wifi3(struct dp_peer *peer, int tid,
|
||||
uint32_t ba_window_size,
|
||||
uint32_t start_seq);
|
||||
|
||||
extern QDF_STATUS dp_reo_send_cmd(struct dp_soc *soc,
|
||||
enum hal_reo_cmd_type type, struct hal_reo_cmd_params *params,
|
||||
|
Reference in New Issue
Block a user