3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

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

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