qcacld-3.0: Rename struct hdd_hostapd_state_s

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

Change-Id: Ic520ecd0c6ba64428533aae6eef92bcb4d8daeaa
CRs-Fixed: 2093282
This commit is contained in:
Jeff Johnson
2017-08-15 14:06:13 -07:00
committed by snandini
parent 3e8d37760e
commit c51cac9d1d

View File

@@ -747,7 +747,7 @@ struct hdd_station_ctx {
#define BSS_STOP 0
#define BSS_START 1
typedef struct hdd_hostapd_state_s {
typedef struct hdd_hostapd_state {
int bssState;
qdf_event_t qdf_event;
qdf_event_t qdf_stop_bss_event;