Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_fw.c17 struct rt_firmware_hdr { struct
18 __le16 signature; /* 92C0: test chip; 92C,
42 static_assert(sizeof(struct rt_firmware_hdr) == 32); argument
/linux-6.1.9/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 …]