소스 검색

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 년 전
부모
커밋
0c2bb09ca8
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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;