|
@@ -124,7 +124,6 @@
|
|
|
* Preprocessor definitions and constants
|
|
|
*/
|
|
|
|
|
|
-static qdf_atomic_t dp_protect_entry_count;
|
|
|
/* Milli seconds to delay SSR thread when an packet is getting processed */
|
|
|
#define SSR_WAIT_SLEEP_TIME 200
|
|
|
/* MAX iteration count to wait for dp tx to complete */
|
|
@@ -4816,25 +4815,6 @@ QDF_STATUS hdd_stop_adapter_ext(struct hdd_context *hdd_ctx,
|
|
|
*/
|
|
|
void hdd_check_for_net_dev_ref_leak(struct hdd_adapter *adapter);
|
|
|
|
|
|
-/**
|
|
|
- * hdd_wait_for_dp_tx: Wait for packet tx to complete
|
|
|
- *
|
|
|
- * This function waits for dp packet tx to complete
|
|
|
- *
|
|
|
- * Return: None
|
|
|
- */
|
|
|
-void hdd_wait_for_dp_tx(void);
|
|
|
-
|
|
|
-static inline void hdd_dp_ssr_protect(void)
|
|
|
-{
|
|
|
- qdf_atomic_inc_return(&dp_protect_entry_count);
|
|
|
-}
|
|
|
-
|
|
|
-static inline void hdd_dp_ssr_unprotect(void)
|
|
|
-{
|
|
|
- qdf_atomic_dec(&dp_protect_entry_count);
|
|
|
-}
|
|
|
-
|
|
|
#ifdef WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE
|
|
|
/**
|
|
|
* hdd_dynamic_mac_address_set(): API to set MAC address, when interface
|