Fix a compilation issue introduced by the change "Change-Id: I3bb7170c971f66178efe5cda837337a2e362f822". Change-Id: Icfb204a5c6b0f5e471583df1c7b84441a6ee546a CRs-Fixed: 2126606
@@ -288,7 +288,7 @@ static void ptt_cmd_handler(const void *data, int data_len, void *ctx, int pid)
return;
}
- if (nla_len(tb[CLD80211_ATTR_DATA]) < sizeof(ptt_app_reg_req)) {
+ if (nla_len(tb[CLD80211_ATTR_DATA]) < sizeof(struct sptt_app_reg_req)) {
PTT_TRACE(QDF_TRACE_LEVEL_ERROR, "%s:attr length check fails\n",
__func__);