diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-03-25 10:58:00 -0700 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-31 16:00:46 -0700 |
| commit | ed4fe4450a25a0b9997f0438ccd5a9a0c08d8b3f (patch) | |
| tree | 685be8f8ca2d3459cc6ba375308d8a5878610511 | |
| parent | b0dc1635566e52d9e1e972becc0ac659e6f4965a (diff) | |
qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_tx_rx.h
Fix kernel checkpatch warnings in wlan_hdd_tx_rx.h.
Change-Id: Idbda778a8d22b31ddd5657d116c035f202e998af
CRs-Fixed: 2024274
| -rw-r--r-- | core/hdd/inc/wlan_hdd_tx_rx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/hdd/inc/wlan_hdd_tx_rx.h b/core/hdd/inc/wlan_hdd_tx_rx.h index 9ce5214f250c..55f29db49f7c 100644 --- a/core/hdd/inc/wlan_hdd_tx_rx.h +++ b/core/hdd/inc/wlan_hdd_tx_rx.h @@ -83,26 +83,21 @@ void hdd_get_tx_resource(hdd_adapter_t *adapter, #else static inline void hdd_tx_resume_cb(void *adapter_context, bool tx_resume) { - return; } static inline void hdd_tx_resume_timer_expired_handler(void *adapter_context) { - return; } static inline void hdd_register_tx_flow_control(hdd_adapter_t *adapter, qdf_mc_timer_callback_t timer_callback, ol_txrx_tx_flow_control_fp flowControl) { - return; } static inline void hdd_deregister_tx_flow_control(hdd_adapter_t *adapter) { - return; } static inline void hdd_get_tx_resource(hdd_adapter_t *adapter, uint8_t STAId, uint16_t timer_value) { - return; } #endif /* QCA_LL_LEGACY_TX_FLOW_CONTROL */ |
