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
@@ -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
@@ -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 */