Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 09688c0166e76ce2fb85e86b9d99be8b0084cdf9 authored by Linus Torvalds on 13 March 2022, 20:23:37 UTC
Linux 5.17-rc8
Tip revision: 09688c0
qla_version.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * QLogic Fibre Channel HBA Driver
 * Copyright (c)  2003-2014 QLogic Corporation
 */
/*
 * Driver version
 */
#define QLA2XXX_VERSION      "10.02.07.200-k"

#define QLA_DRIVER_MAJOR_VER	10
#define QLA_DRIVER_MINOR_VER	2
#define QLA_DRIVER_PATCH_VER	7
#define QLA_DRIVER_BETA_VER	200
back to top