X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fmagpie%2Fvdesc_api.h;h=c7f4ee13407465d778419dd9d77cdcc005283bd3;hb=f93c1ec338fc71bcffb4d365298e38f144cbd87e;hp=9fd27f8b3bb359c9d0c46ea68bf415fcb9e8dc2d;hpb=f0b8b3a676098d2a6191e6d813bd9e26dcadfa81;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/target/inc/magpie/vdesc_api.h b/target_firmware/magpie_fw_dev/target/inc/magpie/vdesc_api.h index 9fd27f8..c7f4ee1 100755 --- a/target_firmware/magpie_fw_dev/target/inc/magpie/vdesc_api.h +++ b/target_firmware/magpie_fw_dev/target/inc/magpie/vdesc_api.h @@ -49,7 +49,7 @@ typedef struct _VDESC A_UINT16 data_offset; A_UINT16 data_size; A_UINT16 control; - A_UINT8 hw_desc_buf[MAX_HW_DESC_SIZE]; + A_UINT8 hw_desc_buf[MAX_HW_DESC_SIZE]; } VDESC; //#define VDESC_HW_TO_VDESC(hwdesc) ((VDESC *)(((A_UINT32 *)hwdesc - 4))) @@ -62,9 +62,9 @@ struct vdesc_api { void (*_swap_vdesc)(VDESC *dest, VDESC *src); //void (*_free_vdesc)(void); /* room to expand this table by another table */ - void *pReserved; + void *pReserved; }; extern void vdesc_module_install(struct vdesc_api *apis); -#endif +#endif