5frank

Results 1 comments of 5frank

@alokprinc perhaps remove bitfield and change all access to `nh_op` to use a bitmask. example: ``` struct mgmt_hdr_no_bitfield { uint8_t nh_op; / .. #define MGMT_HDR_OP_MASK (0x7) ... uint8_t op =...