qcacld-3.0: Remove limHandleMaxRetriesInterrupt() prototype

The current version of the driver does not have an implementation of
limHandleMaxRetriesInterrupt(), so remove the obsolete prototype.

Change-Id: I78f929592f4c54be3f24fb02113cf4dcfba130e0
CRs-Fixed: 2369215
This commit is contained in:
Jeff Johnson
2018-12-14 23:25:21 -08:00
committed by nshrivas
orang tua 7e91dc9831
melakukan 46cd9b0876

Melihat File

@@ -710,9 +710,6 @@ void lim_handle_heart_beat_failure(struct mac_context *, struct pe_session *);
/* / Function that triggers link tear down with AP upon HB failure */
void lim_tear_down_link_with_ap(struct mac_context *, uint8_t, tSirMacReasonCodes);
/* / Function that processes Max retries interrupt from TFP */
void limHandleMaxRetriesInterrupt(uint32_t);
/* / Function that defers the messages received */
uint32_t lim_defer_msg(struct mac_context *, struct scheduler_msg *);