diff options
| author | Nitesh Shah <niteshs@codeaurora.org> | 2017-03-03 20:49:01 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-03-06 22:47:20 -0800 |
| commit | 738d346e9798622d8f573b5f171cf6abe75ae3eb (patch) | |
| tree | d741f13fd9bd267515aa05d7365d44ca0ab9e24e | |
| parent | da6ebc91c348abb75b83bcd7a9f9e5274b619d57 (diff) | |
qcacld-3.0: Remove stale function lim_abort_remain_on_chan()
Remove the function lim_abort_remain_on_chan() as it is not
being used in p2p.
Change-Id: Iae6a676ee92a97cbce59a5cf856a45f5655c8790
CRs-Fixed: 2014660
| -rw-r--r-- | core/hdd/src/wlan_hdd_p2p.c | 3 | ||||
| -rw-r--r-- | core/mac/src/pe/lim/lim_p2p.c | 7 | ||||
| -rw-r--r-- | core/mac/src/pe/lim/lim_types.h | 2 |
3 files changed, 2 insertions, 10 deletions
diff --git a/core/hdd/src/wlan_hdd_p2p.c b/core/hdd/src/wlan_hdd_p2p.c index 4f48df0c3094..6938e7290790 100644 --- a/core/hdd/src/wlan_hdd_p2p.c +++ b/core/hdd/src/wlan_hdd_p2p.c @@ -1520,7 +1520,8 @@ static int __wlan_hdd_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, /* At this point if remain_on_chan_ctx exists but timer not * running means that roc workqueue requested a new RoC and it - * is in progress. So wait for Ready on channel indication */ + * is in progress. So wait for Ready on channel indication + */ if ((pRemainChanCtx) && (QDF_TIMER_STATE_RUNNING != qdf_mc_timer_get_current_state( diff --git a/core/mac/src/pe/lim/lim_p2p.c b/core/mac/src/pe/lim/lim_p2p.c index 75a832d53366..4a5a54238312 100644 --- a/core/mac/src/pe/lim/lim_p2p.c +++ b/core/mac/src/pe/lim/lim_p2p.c @@ -729,13 +729,6 @@ void lim_send_p2p_action_frame(tpAniSirGlobal mac_ctx, return; } -void lim_abort_remain_on_chan(tpAniSirGlobal pMac, uint8_t sessionId, - uint32_t scan_id) -{ - lim_process_abort_scan_ind(pMac, sessionId, scan_id, - ROC_SCAN_REQUESTOR_ID); -} - /* Power Save Related Functions */ tSirRetStatus __lim_process_sme_no_a_update(tpAniSirGlobal pMac, uint32_t *pMsgBuf) { diff --git a/core/mac/src/pe/lim/lim_types.h b/core/mac/src/pe/lim/lim_types.h index 6cdf2daa958d..b45046763620 100644 --- a/core/mac/src/pe/lim/lim_types.h +++ b/core/mac/src/pe/lim/lim_types.h @@ -846,8 +846,6 @@ void lim_process_remain_on_chn_timeout(tpAniSirGlobal pMac); void lim_process_insert_single_shot_noa_timeout(tpAniSirGlobal pMac); void lim_convert_active_channel_to_passive_channel(tpAniSirGlobal pMac); void lim_send_p2p_action_frame(tpAniSirGlobal pMac, tpSirMsgQ pMsg); -void lim_abort_remain_on_chan(tpAniSirGlobal pMac, uint8_t sessionId, - uint32_t scan_id); tSirRetStatus __lim_process_sme_no_a_update(tpAniSirGlobal pMac, uint32_t *pMsgBuf); void lim_process_regd_defd_sme_req_after_noa_start(tpAniSirGlobal pMac); |
