Преглед на файлове

qcacld-3.0: Replace tpAniSirGlobal with struct mac_context *

Replace tpAniSirGlobal with struct mac_context * as it is going
to be deprecated to be in align with coding standards.

Change-Id: I4c8052d5be6ddc28155ecfccbc7754e8f0457be3
CRs-Fixed: 2392137
Srinivas Dasari преди 6 години
родител
ревизия
10ab5edfea
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/sme/src/csr/csr_util.c

+ 1 - 1
core/sme/src/csr/csr_util.c

@@ -2960,7 +2960,7 @@ static bool csr_is_auth_wpa_sae(struct mac_context *mac,
  *
  *
  * Return: True if OUI is OSEN, false otherwise
  * Return: True if OUI is OSEN, false otherwise
  */
  */
-static bool csr_is_auth_osen(tpAniSirGlobal mac,
+static bool csr_is_auth_osen(struct mac_context *mac,
 			     u8 all_suites[][CSR_RSN_OUI_SIZE],
 			     u8 all_suites[][CSR_RSN_OUI_SIZE],
 			     u8 suite_count, u8 oui[])
 			     u8 suite_count, u8 oui[])
 {
 {