qcacmn: Do not honor addba response Tx failure in roaming
Add callback to get the roaming status and do not honor addba response Tx failure. Change-Id: I148542fc3c629749fc08623f5041f6ca76fee298 CRs-Fixed: 2439721
这个提交包含在:
@@ -771,6 +771,12 @@ void dp_local_peer_id_pool_init(struct dp_pdev *pdev);
|
||||
void dp_local_peer_id_alloc(struct dp_pdev *pdev, struct dp_peer *peer);
|
||||
void dp_local_peer_id_free(struct dp_pdev *pdev, struct dp_peer *peer);
|
||||
#else
|
||||
static inline
|
||||
QDF_STATUS dp_get_vdevid(void *peer_handle, uint8_t *vdev_id)
|
||||
{
|
||||
return QDF_STATUS_E_NOSUPPORT;
|
||||
}
|
||||
|
||||
static inline void dp_local_peer_id_pool_init(struct dp_pdev *pdev)
|
||||
{
|
||||
}
|
||||
|
在新工单中引用
屏蔽一个用户