X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fmagpie%2Fvbuf_api.h;h=0e9b17d50e6a8747b4ee219946fd0d330e7c59a4;hb=07f49d2f398ba8563efbf1fdafec680cced0c192;hp=efbdf9ceda0a15c74f13b250d04789633ec8e42e;hpb=ba4f945a110a5acaf9a578c63184a2b2a2c62938;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/target/inc/magpie/vbuf_api.h b/target_firmware/magpie_fw_dev/target/inc/magpie/vbuf_api.h index efbdf9c..0e9b17d 100755 --- a/target_firmware/magpie_fw_dev/target/inc/magpie/vbuf_api.h +++ b/target_firmware/magpie_fw_dev/target/inc/magpie/vbuf_api.h @@ -34,9 +34,9 @@ */ /* * @File: VBUF_api.h - * + * * @Abstract: Host Interface api - * + * * @Notes: */ @@ -50,12 +50,12 @@ typedef struct _VBUF { VDESC *desc_list; - struct _VBUF *next_buf; - A_UINT16 buf_length; + struct _VBUF *next_buf; + A_UINT16 buf_length; A_UINT8 reserved[2]; - A_UINT8 ctx[MAX_BUF_CTX_LEN]; - //A_UINT8 end_point; - //A_UINT8 reserved[1]; + A_UINT8 ctx[MAX_BUF_CTX_LEN]; + //A_UINT8 end_point; + //A_UINT8 reserved[1]; } VBUF; #define VBUF_GET_DATA_ADDR(vbuf) (vbuf->desc_list->buf_addr + vbuf->desc_list->data_offset) @@ -68,7 +68,7 @@ struct vbuf_api { void (*_free_vbuf)(VBUF *buf); /* room to expand this table by another table */ - void *pReserved; + void *pReserved; }; extern void vbuf_module_install(struct vbuf_api *apis);