mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-19 18:40:44 +01:00
unit: Update to the new framework
This commit is contained in:
parent
7b6d8b54cd
commit
9f4f639698
@ -82,7 +82,7 @@ static void deauthentication_test(const void *data)
|
|||||||
|
|
||||||
assert(L_LE16_TO_CPU(mpdu->mgmt_hdr.fragment_number) ==
|
assert(L_LE16_TO_CPU(mpdu->mgmt_hdr.fragment_number) ==
|
||||||
test->fragment_number);
|
test->fragment_number);
|
||||||
assert(L_LE16_TO_CPU(mpdu->mgmt_hdr.sequence_number) ==
|
assert(MPDU_MGMT_SEQUENCE_NUMBER(mpdu->mgmt_hdr) ==
|
||||||
test->sequence_number);
|
test->sequence_number);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user