X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=target_firmware%2Fmagpie_fw_dev%2Ftarget%2Finc%2Fmagpie%2Fvdesc_api.h;h=c7f4ee13407465d778419dd9d77cdcc005283bd3;hb=6f2219c1ab25d1dfbb5d2de6508212a27f9d7e9c;hp=9fd27f8b3bb359c9d0c46ea68bf415fcb9e8dc2d;hpb=7f95fac61c96c91198ad65198c2fa30dfc936286;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