Browse Source

qcacld-3.0: Rename struct hdd_cfg80211_state_s

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

Change-Id: I10342551370e1b81d49df734cf81a44501cb0bf7
CRs-Fixed: 2093281
Jeff Johnson 7 years ago
parent
commit
3e8d37760e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/hdd/inc/wlan_hdd_main.h

+ 1 - 1
core/hdd/inc/wlan_hdd_main.h

@@ -677,7 +677,7 @@ enum action_frm_type {
 	WLAN_HDD_PROV_DIS_RESP,
 };
 
-typedef struct hdd_cfg80211_state_s {
+typedef struct hdd_cfg80211_state {
 	uint16_t current_freq;
 	u64 action_cookie;
 	uint8_t *buf;