
QDF_TRACE_RATE_LIMITED() currently rate limits by only printing every rate'th call to the function from the same location. Instead, prevent logging messages more than some constant 'k' times per second. This means any subsequent calls to the API from the same location within 1/k seconds will be dropped. Change-Id: I31a3f48f68fb6bc67f59f3157a635345943d3331 CRs-Fixed: 2205794