mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 09:39:25 +01:00
ap: Fix member naming on big endian
This commit is contained in:
parent
0c223892b1
commit
5612045407
4
src/ap.c
4
src/ap.c
@ -964,8 +964,8 @@ struct ap_wmm_ac_record {
|
|||||||
uint8_t aci : 2;
|
uint8_t aci : 2;
|
||||||
uint8_t acm : 1;
|
uint8_t acm : 1;
|
||||||
uint8_t aifsn : 4;
|
uint8_t aifsn : 4;
|
||||||
uint8_t acw_max : 4;
|
uint8_t ecw_max : 4;
|
||||||
uint8_t acw_min : 4;
|
uint8_t ecw_min : 4;
|
||||||
#else
|
#else
|
||||||
#error "Please fix <asm/byteorder.h"
|
#error "Please fix <asm/byteorder.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user