mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +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) ==
|
||||
test->fragment_number);
|
||||
assert(L_LE16_TO_CPU(mpdu->mgmt_hdr.sequence_number) ==
|
||||
assert(MPDU_MGMT_SEQUENCE_NUMBER(mpdu->mgmt_hdr) ==
|
||||
test->sequence_number);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user