Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8723bs/include/
Drtl8723b_hal.h40 struct rt_firmware_hdr { struct
44 __le16 signature; /* 92C0: test chip; 92C, 88C0: test chip;
47 u8 category; /* AP/NIC and USB/PCI */
48 u8 function; /* Reserved for different FW function indications,
52 __le16 version; /* FW Version */
53 __le16 subversion; /* FW Subversion, default 0x00 */
56 u8 month; /* Release time Month field */
57 u8 date; /* Release time Date field */
58 u8 hour; /* Release time Hour field */
59 u8 minute; /* Release time Minute field */
[all …]