unit: Update to the new framework

This commit is contained in:
Denis Kenzior 2014-12-19 12:18:08 -06:00
parent 7b6d8b54cd
commit 9f4f639698
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}