|
@@ -631,7 +631,10 @@ static bool put_wifi_interface_info(struct wifi_interface_info *stats,
|
|
|
REG_ALPHA2_LEN + 1, stats->apCountryStr) ||
|
|
|
nla_put(vendor_event,
|
|
|
QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_COUNTRY_STR,
|
|
|
- REG_ALPHA2_LEN + 1, stats->countryStr)) {
|
|
|
+ REG_ALPHA2_LEN + 1, stats->countryStr) ||
|
|
|
+ nla_put_u32(vendor_event,
|
|
|
+ QCA_WLAN_VENDOR_ATTR_LL_STATS_IFACE_INFO_TS_DUTY_CYCLE,
|
|
|
+ stats->time_slice_duty_cycle)) {
|
|
|
hdd_err("QCA_WLAN_VENDOR_ATTR put fail");
|
|
|
return false;
|
|
|
}
|