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:
@@ -747,7 +747,7 @@ struct hdd_station_ctx {
|
|||||||
|
|
||||||
#define BSS_STOP 0
|
#define BSS_STOP 0
|
||||||
#define BSS_START 1
|
#define BSS_START 1
|
||||||
typedef struct hdd_hostapd_state_s {
|
typedef struct hdd_hostapd_state {
|
||||||
int bssState;
|
int bssState;
|
||||||
qdf_event_t qdf_event;
|
qdf_event_t qdf_event;
|
||||||
qdf_event_t qdf_stop_bss_event;
|
qdf_event_t qdf_stop_bss_event;
|
||||||
|
Reference in New Issue
Block a user