qcacld-3.0: Rename pMac in lim_utils

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_utils.c
lim_utils.h

Change-Id: Idd2b9ec3224c99e813df2c00d9504d2ff036b709
CRs-Fixed: 2356083
2 files changed