|
@@ -1102,12 +1102,6 @@ static inline void csr_roaming_report_diag_event(
|
|
|
|
|
|
QDF_STATUS csr_get_channels_and_power(struct mac_context *mac);
|
|
|
|
|
|
-bool csr_nonscan_active_ll_is_list_empty(
|
|
|
- struct mac_context *mac_ctx,
|
|
|
- bool inter_locked);
|
|
|
-bool csr_nonscan_pending_ll_is_list_empty(
|
|
|
- struct mac_context *mac_ctx,
|
|
|
- bool inter_locked);
|
|
|
bool csr_nonscan_active_ll_remove_entry(
|
|
|
struct mac_context *mac_ctx,
|
|
|
tListElem *pEntryToRemove, bool inter_locked);
|
|
@@ -1117,16 +1111,6 @@ tListElem *csr_nonscan_active_ll_peek_head(
|
|
|
tListElem *csr_nonscan_pending_ll_peek_head(
|
|
|
struct mac_context *mac_ctx,
|
|
|
bool inter_locked);
|
|
|
-tListElem *csr_nonscan_active_ll_remove_head(
|
|
|
- struct mac_context *mac_ctx,
|
|
|
- bool inter_locked);
|
|
|
-tListElem *csr_nonscan_pending_ll_remove_head(
|
|
|
- struct mac_context *mac_ctx,
|
|
|
- bool inter_locked);
|
|
|
-uint32_t csr_nonscan_pending_ll_count(
|
|
|
- struct mac_context *mac_ctx);
|
|
|
-uint32_t csr_nonscan_active_ll_count(
|
|
|
- struct mac_context *mac_ctx);
|
|
|
tListElem *csr_nonscan_pending_ll_next(
|
|
|
struct mac_context *mac_ctx,
|
|
|
tListElem *entry, bool inter_locked);
|