|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -779,8 +779,6 @@ typedef QDF_STATUS (*csr_roam_complete_cb)(struct wlan_objmgr_psoc *psoc,
|
|
|
struct csr_roam_info *param,
|
|
|
eRoamCmdStatus roam_status,
|
|
|
eCsrRoamResult roam_result);
|
|
|
-typedef QDF_STATUS (*csr_session_open_cb)(uint8_t session_id,
|
|
|
- QDF_STATUS qdf_status);
|
|
|
typedef QDF_STATUS (*csr_session_close_cb)(uint8_t session_id);
|
|
|
|
|
|
#define CSR_IS_ANY_BSS_TYPE(pProfile) (eCSR_BSS_TYPE_ANY == \
|