android_kernel_xiaomi_sm8350/core/wma/inc
Jeff Johnson 75873e9608 qcacld-3.0: Replace wmi_unified_nat_keepalive_enable()
There are multiple issues with wmi_unified_nat_keepalive_enable():
1) WMA global functions should have a wma_ prefix.
2) The function prototype indicates it should return int status, and
   the one caller, wma_add_sta_req_sta_mode(), is expecting that, but
   it actually returns QDF_STATUS.
3) The function is a very thin wrapper that calls the unified WMI API
   wmi_unified_nat_keepalive_en_cmd() and hence adds no real value.

Rather than address these issues, just remove the function and update
wma_add_sta_req_sta_mode() to directly call the unified WMI API
wmi_unified_nat_keepalive_en_cmd().

Change-Id: I13a4140ba6343240bde51704af2921c001f66a21
CRs-Fixed: 2271552
2018-07-05 10:00:59 -07:00
..
wma_api.h qcacld-3.0: Report valid MCS index to upper layer 2018-06-22 21:07:13 -07:00
wma_he.h qcacld-3.0: update tgt services from converged structures 2018-02-09 06:24:23 -08:00
wma_if.h qcacld-3.0: Send Peer TWT caps in PEER ASSOC 2018-06-21 19:57:54 -07:00
wma_internal.h qcacld-3.0: Replace wmi_unified_nat_keepalive_enable() 2018-07-05 10:00:59 -07:00
wma_tgt_cfg.h qcacld-3.0: separate HE caps per band 2018-06-21 01:58:50 -07:00
wma_twt.h qcacld-3.0: Send Peer TWT caps in PEER ASSOC 2018-06-21 19:57:54 -07:00
wma_types.h qcacld-3.0: wma: Replace tSirRetStatus with QDF_STATUS 2018-06-19 22:42:22 -07:00
wma.h qcacld-3.0: Add CDP API to set key in data path 2018-07-02 16:08:48 -07:00