mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-09 00:12:36 +01:00
rrm: fix invalid IE tag when rejecting request
The rejection report actually contained a request IE, not a report IE
This commit is contained in:
parent
f2a7966897
commit
5528403d77
@ -196,7 +196,7 @@ static void rrm_reject_measurement_request(struct rrm_state *rrm,
|
|||||||
frame[0] = 0x05; /* Category: Radio Measurement */
|
frame[0] = 0x05; /* Category: Radio Measurement */
|
||||||
frame[1] = 0x01; /* Action: Radio Measurement Report */
|
frame[1] = 0x01; /* Action: Radio Measurement Report */
|
||||||
frame[2] = info->dialog_token;
|
frame[2] = info->dialog_token;
|
||||||
frame[3] = IE_TYPE_MEASUREMENT_REQUEST;
|
frame[3] = IE_TYPE_MEASUREMENT_REPORT;
|
||||||
frame[4] = 3;
|
frame[4] = 3;
|
||||||
frame[5] = info->mtoken;
|
frame[5] = info->mtoken;
|
||||||
frame[6] = mode;
|
frame[6] = mode;
|
||||||
|
Loading…
Reference in New Issue
Block a user