X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fk2%2Fvbuf_api.h;h=c0f5006f72c7ae88f907b8e736e0785c22279eee;hb=6f2219c1ab25d1dfbb5d2de6508212a27f9d7e9c;hp=d8183016f4b3ad3684d29d7ac9231d435fd89cfb;hpb=7f95fac61c96c91198ad65198c2fa30dfc936286;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/target/inc/k2/vbuf_api.h b/target_firmware/magpie_fw_dev/target/inc/k2/vbuf_api.h index d818301..c0f5006 100755 --- a/target_firmware/magpie_fw_dev/target/inc/k2/vbuf_api.h +++ b/target_firmware/magpie_fw_dev/target/inc/k2/vbuf_api.h @@ -34,9 +34,9 @@ */ /* * @File: VBUF_api.h - * + * * @Abstract: Host Interface api - * + * * @Notes: */ @@ -50,10 +50,10 @@ 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 ctx[MAX_BUF_CTX_LEN]; } VBUF; #define VBUF_GET_DATA_ADDR(vbuf) (vbuf->desc_list->buf_addr + vbuf->desc_list->data_offset) @@ -66,7 +66,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);