diff options
| -rw-r--r-- | include/net/cnss2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/cnss2.h b/include/net/cnss2.h index de0161915a75..c3d1a3005bb9 100644 --- a/include/net/cnss2.h +++ b/include/net/cnss2.h @@ -51,6 +51,13 @@ struct cnss_fw_files { char evicted_data[CNSS_MAX_FILE_NAME]; }; +struct cnss_device_version { + u32 family_number; + u32 device_number; + u32 major_version; + u32 minor_version; +}; + struct cnss_soc_info { void __iomem *va; phys_addr_t pa; @@ -60,6 +67,7 @@ struct cnss_soc_info { uint32_t soc_id; uint32_t fw_version; char fw_build_timestamp[CNSS_MAX_TIMESTAMP_LEN + 1]; + struct cnss_device_version device_version; }; struct cnss_wlan_runtime_ops { |
