Home
last modified time | relevance | path

Searched defs:rt_firmware_hdr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtl8723b_hal.h55 struct rt_firmware_hdr { struct
59 __le16 signature; /* 92C0: test chip; 92C, 88C0: test chip;
61 u8 category; /* AP/NIC and USB/PCI */
62 u8 function; /* Reserved for different FW function indications,
65 __le16 version; /* FW Version */
66 __le16 subversion; /* FW Subversion, default 0x00 */
69 u8 month; /* Release time Month field */
70 u8 date; /* Release time Date field */
71 u8 hour; /* Release time Hour field */
72 u8 minute; /* Release time Minute field */
[all …]