Browse Source

qcacld-3.0: Remove obsolete genIE from hdd_wext_state

The genIE field in struct hdd_wext_state is no longer being used, so
remove it.

Change-Id: I09d753d72d27cee53cb9c690924d62a1676abe05
CRs-Fixed: 2130211
Jeff Johnson 7 years ago
parent
commit
0c2bb09ca8
1 changed files with 0 additions and 3 deletions
  1. 0 3
      core/hdd/inc/wlan_hdd_wext.h

+ 0 - 3
core/hdd/inc/wlan_hdd_wext.h

@@ -210,9 +210,6 @@ struct hdd_wext_state {
 	/**WPA or RSN IE*/
 	uint8_t WPARSNIE[MAX_WPA_RSN_IE_LEN];
 
-	/**gen IE */
-	tSirAddie genIE;
-
 	/**Additional IE for assoc */
 	tSirAddie assocAddIE;