Kaynağa Gözat

qcacld-3.0: Rename pMac in lim_ibss_peer_mgmt

Per the Linux coding style "mixed-case names are frowned upon" and
"so-called Hungarian notation [...] is brain damaged." One identifier
used extensively throughout the driver that violates both of these
tenants is "pMac." In order to be compliant with the Linux coding
style there is a campaign to rename all instances of this identifier.

For this change rename all instances of "pMac" to "mac" in:
lim_ibss_peer_mgmt.c
lim_ibss_peer_mgmt.h

Change-Id: Iab83a116228c668ed6dcaea0fae69f27917e5aeb
CRs-Fixed: 2356088
Jeff Johnson 6 yıl önce
ebeveyn
işleme
b65d256a46

Dosya farkı çok büyük olduğundan ihmal edildi
+ 172 - 172
core/mac/src/pe/lim/lim_ibss_peer_mgmt.c


+ 5 - 5
core/mac/src/pe/lim/lim_ibss_peer_mgmt.h

@@ -79,13 +79,13 @@ QDF_STATUS lim_ibss_add_sta_rsp(tpAniSirGlobal, void *, tpPESession);
 void lim_process_ibss_del_sta_rsp(tpAniSirGlobal mac_ctx,
 	struct scheduler_msg *lim_msg,
 	tpPESession pe_session);
-tLimIbssPeerNode *lim_ibss_peer_find(tpAniSirGlobal pMac, tSirMacAddr macAddr);
+tLimIbssPeerNode *lim_ibss_peer_find(tpAniSirGlobal mac, tSirMacAddr macAddr);
 void lim_ibss_del_bss_rsp(tpAniSirGlobal, void *, tpPESession);
 void lim_ibss_del_bss_rsp_when_coalescing(tpAniSirGlobal, void *, tpPESession);
-void lim_ibss_add_bss_rsp_when_coalescing(tpAniSirGlobal pMac, void *msg,
+void lim_ibss_add_bss_rsp_when_coalescing(tpAniSirGlobal mac, void *msg,
 					  tpPESession pSessionEntry);
-void lim_ibss_decide_protection_on_delete(tpAniSirGlobal pMac, tpDphHashNode pStaDs,
+void lim_ibss_decide_protection_on_delete(tpAniSirGlobal mac, tpDphHashNode pStaDs,
 					  tpUpdateBeaconParams pBeaconParams,
 					  tpPESession pSessionEntry);
-void lim_ibss_heart_beat_handle(tpAniSirGlobal pMac, tpPESession psessionEntry);
-void lim_process_ibss_peer_inactivity(tpAniSirGlobal pMac, void *buf);
+void lim_ibss_heart_beat_handle(tpAniSirGlobal mac, tpPESession psessionEntry);
+void lim_process_ibss_peer_inactivity(tpAniSirGlobal mac, void *buf);

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor