Replace custom Information Element IDs

Use enum ieee80211_eid from linux/ieee80211.h
Fix 3555bdb258
This commit is contained in:
Carlos Garces
2021-10-21 18:05:27 +02:00
parent 4799326c6f
commit 81a5bb2aa2
5 changed files with 11 additions and 11 deletions

View File

@@ -528,7 +528,7 @@ static int rm_state_idle(struct rm_obj *prm, enum RM_EV_ID evid)
/* copy attrib from meas_req to meas_rep */
prm->p.action_code = RM_ACT_RADIO_MEAS_REP;
prm->p.diag_token = prm->q.diag_token;
prm->p.e_id = _MEAS_RSP_IE_;
prm->p.e_id = WLAN_EID_MEASURE_REPORT;
prm->p.m_token = prm->q.m_token;
prm->p.m_type = prm->q.m_type;
prm->p.rpt = prm->q.rpt;