Merge "qca-wifi: rnr stats APSTATS"

This commit is contained in:
Linux Build Service Account
2020-09-02 09:38:13 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 8 additions and 0 deletions

View File

@@ -1246,6 +1246,8 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_RNR_UNSOLICITED_PROBE_RESP_ACTIVE = 460,
/* RNR Member of ESS with 2.4G/5G co-located AP */
OL_ATH_PARAM_RNR_MEMBER_OF_ESS_24G_5G_CO_LOCATED = 461,
/* RNR stats */
OL_ATH_PARAM_RNR_STATS = 462,
};
#ifdef CONFIG_SUPPORT_LIBROXML
@@ -3217,6 +3219,8 @@ struct vendor_commands radio_vendor_cmds[] = {
OL_ATH_PARAM_SHIFT | OL_ATH_PARAM_RNR_MEMBER_OF_ESS_24G_5G_CO_LOCATED, SET_PARAM, 1},
{"g_rnr_member_ess_colocated_en",
OL_ATH_PARAM_SHIFT | OL_ATH_PARAM_RNR_MEMBER_OF_ESS_24G_5G_CO_LOCATED, GET_PARAM, 0},
{"get_rnr_stats",
OL_ATH_PARAM_SHIFT | OL_ATH_PARAM_RNR_STATS, GET_PARAM, 0},
};
#endif
#endif