From 3c4e6aece469d8ec1201c81735083f78d3be0220 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 16 Aug 2017 15:13:31 -0700 Subject: [PATCH] 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 --- core/hdd/inc/wlan_hdd_wext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hdd/inc/wlan_hdd_wext.h b/core/hdd/inc/wlan_hdd_wext.h index b643e33f3a..29706db7c0 100644 --- a/core/hdd/inc/wlan_hdd_wext.h +++ b/core/hdd/inc/wlan_hdd_wext.h @@ -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;