qcacld-3.0: Replace tpPESession in lim_process_cfg_updates
To align with the Linux coding style replace tpPESession with struct pe_session * in lim_process_cfg_updates. Change-Id: I137c38a1891f22e83a6dbc05d0be223984becd37 CRs-Fixed: 2354305
このコミットが含まれているのは:
@@ -37,9 +37,9 @@
|
||||
#include "sch_api.h"
|
||||
#include "rrm_api.h"
|
||||
|
||||
static void lim_update_config(tpAniSirGlobal mac, tpPESession psessionEntry);
|
||||
static void lim_update_config(tpAniSirGlobal mac, struct pe_session *psessionEntry);
|
||||
|
||||
void lim_set_cfg_protection(tpAniSirGlobal mac, tpPESession pesessionEntry)
|
||||
void lim_set_cfg_protection(tpAniSirGlobal mac, struct pe_session *pesessionEntry)
|
||||
{
|
||||
uint32_t val = 0;
|
||||
struct wlan_mlme_cfg *mlme_cfg = mac->mlme_cfg;
|
||||
@@ -157,7 +157,7 @@ void lim_handle_param_update(tpAniSirGlobal mac, eUpdateIEsType cfgId)
|
||||
* @return None
|
||||
*/
|
||||
|
||||
void lim_apply_configuration(tpAniSirGlobal mac, tpPESession psessionEntry)
|
||||
void lim_apply_configuration(tpAniSirGlobal mac, struct pe_session *psessionEntry)
|
||||
{
|
||||
uint32_t val = 0, phyMode;
|
||||
|
||||
@@ -211,7 +211,7 @@ void lim_apply_configuration(tpAniSirGlobal mac, tpPESession psessionEntry)
|
||||
* @return None
|
||||
*/
|
||||
|
||||
static void lim_update_config(tpAniSirGlobal mac, tpPESession psessionEntry)
|
||||
static void lim_update_config(tpAniSirGlobal mac, struct pe_session *psessionEntry)
|
||||
{
|
||||
uint32_t val;
|
||||
bool enabled;
|
||||
|
新しいイシューから参照
ユーザーをブロックする