Pārlūkot izejas kodu

qcacld-3.0: Remove struct hdd_context::g_event_flags

The following patch removed the last use of the g_event_flags
member of struct hdd_context:
  qcacld-3.0: Remove the logic to move ACS to pending
  Change-Id I439398b406e9371a8e443f5409bd3f25b3062501

Since g_event_flags is now unused, remove it.

Change-Id: Ib81827dd9bd97950051084208a9d910620b8813d
CRs-Fixed: 3428706
Jeff Johnson 2 gadi atpakaļ
vecāks
revīzija
d2586847a3
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      core/hdd/inc/wlan_hdd_main.h

+ 0 - 2
core/hdd/inc/wlan_hdd_main.h

@@ -1756,7 +1756,6 @@ enum wlan_state_ctrl_str_id {
  * @is_extwow_app_type2_param_set: is extwow app type2 param set
  * @ext_scan_start_since_boot: Time since boot up to extscan start (in micro
  *                             seconds)
- * @g_event_flags: a bitmap of hdd_driver_flags (unused??)
  * @miracast_value: value of driver miracast command
  * @ipv6_notifier: IPv6 notifier callback for handling NS offload on change
  *                 in IP
@@ -1981,7 +1980,6 @@ struct hdd_context {
 #endif
 
 	uint64_t ext_scan_start_since_boot;
-	unsigned long g_event_flags;
 	uint8_t miracast_value;
 
 #ifdef WLAN_NS_OFFLOAD