qcacld-3.0: Rename struct hdd_wext_state_s
The Linux Coding Style eschews the encoding of type information into names, so rename struct hdd_wext_state_s to align with that guidance. Change-Id: I27fffbb103aab157356c98d8af2a8716512ef417 CRs-Fixed: 2094519
This commit is contained in:
committed by
Anjaneedevi Kapparapu
szülő
e0e77451c0
commit
3c4e6aece4
@@ -241,7 +241,7 @@ enum hdd_wps_mode {
|
||||
* This structure contains the interface level (granularity)
|
||||
* configuration information in support of wireless extensions.
|
||||
*/
|
||||
typedef struct hdd_wext_state_s {
|
||||
typedef struct hdd_wext_state {
|
||||
/** The CSR "desired" Profile */
|
||||
tCsrRoamProfile roamProfile;
|
||||
|
||||
|
Reference in New Issue
Block a user