Browse Source

qcacld-3.0: Add a log to print the supported features bitmap

Driver sets the bit mask for supported feature to turn on or
set the feature flag for the requested feature. 

Add a log to print the supported features bitmap in the driver.

Change-Id: I1a47697f605a62807a9612b2c5bd04491a67cedc
CRs-Fixed: 3383080
Vijay Patil 2 years ago
parent
commit
155532b250
1 changed files with 4 additions and 0 deletions
  1. 4 0
      core/hdd/src/wlan_hdd_cfg80211.c

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

@@ -4720,6 +4720,10 @@ __wlan_hdd_cfg80211_get_features(struct wiphy *wiphy,
 			MAX_CONCURRENT_CHAN_ON_5G))
 		goto nla_put_failure;
 
+	hdd_debug("feature flags:");
+	QDF_TRACE_HEX_DUMP(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_DEBUG,
+			   feature_flags, sizeof(feature_flags));
+
 	return wlan_cfg80211_vendor_cmd_reply(skb);
 
 nla_put_failure: