ap: Fix member naming on big endian

This commit is contained in:
Denis Kenzior 2023-01-23 09:45:22 -06:00
parent 0c223892b1
commit 5612045407
1 changed files with 2 additions and 2 deletions

View File

@ -964,8 +964,8 @@ struct ap_wmm_ac_record {
uint8_t aci : 2;
uint8_t acm : 1;
uint8_t aifsn : 4;
uint8_t acw_max : 4;
uint8_t acw_min : 4;
uint8_t ecw_max : 4;
uint8_t ecw_min : 4;
#else
#error "Please fix <asm/byteorder.h"
#endif