Ver código fonte

qcacld-3.0: Rename struct hdd_ap_ctx_s

The Linux Coding Style eschews the encoding of type information into
names, so rename struct hdd_ap_ctx_s to align with that guidance.

Change-Id: I68fb6fb0a2e62d1462b04d05e5232167ce423754
CRs-Fixed: 2092736
Jeff Johnson 7 anos atrás
pai
commit
e962b1972a
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      core/hdd/inc/wlan_hdd_assoc.h
  2. 1 1
      core/hdd/inc/wlan_hdd_main.h

+ 1 - 1
core/hdd/inc/wlan_hdd_assoc.h

@@ -212,7 +212,7 @@ typedef struct connection_info_s {
 typedef struct hdd_adapter hdd_adapter_t;
 typedef struct hdd_context hdd_context_t;
 typedef struct hdd_station_ctx hdd_station_ctx_t;
-typedef struct hdd_ap_ctx_s hdd_ap_ctx_t;
+typedef struct hdd_ap_ctx hdd_ap_ctx_t;
 
 /**
  * hdd_is_connecting() - Function to check connection progress

+ 1 - 1
core/hdd/inc/wlan_hdd_main.h

@@ -764,7 +764,7 @@ typedef struct {
 	uint8_t   ecsa_capable;
 } hdd_station_info_t;
 
-struct hdd_ap_ctx_s {
+struct hdd_ap_ctx {
 	hdd_hostapd_state_t HostapdState;
 
 	/* Memory differentiation mode is enabled */