Browse Source

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
Jeff Johnson 6 years ago
parent
commit
46cd9b0876
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/mac/src/pe/lim/lim_types.h

+ 0 - 3
core/mac/src/pe/lim/lim_types.h

@@ -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 *);