Sfoglia il codice sorgente

qcacld-3.0: Set the driver dump supported feature bit

Set the driver dump supported feature bit.

Change-Id: I7bd7d15d5aabaa2677a57691b6554204e72d714f
CRs-Fixed: 2176535
Srinivas Girigowda 7 anni fa
parent
commit
a26eac04de
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      core/hdd/src/wlan_hdd_cfg80211.c

+ 1 - 0
core/hdd/src/wlan_hdd_cfg80211.c

@@ -5874,6 +5874,7 @@ __wlan_hdd_cfg80211_get_logger_supp_feature(struct wiphy *wiphy,
 	features |= WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_SUPPORTED;
 	features |= WIFI_LOGGER_CONNECT_EVENT_SUPPORTED;
 	features |= WIFI_LOGGER_WAKE_LOCK_SUPPORTED;
+	features |= WIFI_LOGGER_DRIVER_DUMP_SUPPORTED;
 
 	reply_skb = cfg80211_vendor_cmd_alloc_reply_skb(wiphy,
 			sizeof(uint32_t) + NLA_HDRLEN + NLMSG_HDRLEN);